ashfurrow / UIView-BooleanAnimations

Perform changes to UI with or without animations, depending on a variable.
MIT License
47 stars 4 forks source link

Add Swift Frameworks installation note to readme #7

Closed AvdLee closed 9 years ago

AvdLee commented 9 years ago

Good to know, if you're using CocoaPods combined with Swift. You have to import the library as followed:

import UIView_BooleanAnimations

It took me a while to find out the + sign has to be replaced with the _.

ashfurrow commented 9 years ago

Great point, thanks!