Skip to content

Commit

Permalink
Add comment with color documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-cain13 committed Mar 16, 2016
1 parent 2a60287 commit b8efa8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ label.textColor = UIColor(red: 0.3, green: 0.3, blue: 0.3, alpha: 1.0)

*With R.swift*
```swift
// Colors are extracted from the *.clr files that are in your Xcode project
label.backgroundColor = R.color.appColors.backgroundColor()
label.textColor = R.color.appColors.textColor()
```
Expand Down

0 comments on commit b8efa8c

Please sign in to comment.