Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekhoo committed Mar 1, 2016
1 parent 7c960d7 commit 6eb7c85
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ pod "Translucid", '~> 0.0.1'

# Usage
```swift
override func loadView() {
super.loadView()

let starWars: Translucid = Translucid(frame: self.view.bounds)
starWars.font = UIFont(name: "Starjedi", size: 20)!
starWars.text = "Star Wars"
starWars.backgroundImage = UIImage(named: "stars")

self.view.addSubview(starWars)

starWars.animate()
}
```

# Author
Expand Down

0 comments on commit 6eb7c85

Please sign in to comment.