FastAnimationWithPOP
FastAnimationWithPOP copied to clipboard
Let property show in IB.
In Xcode 6, there is a new marco IBInspectable can add some property setter into custom object. We can use it for our animations.
It has some problem. If the property class is NSNumber, it won't show in Xcode 6 IB. It's only showed when it's type is CGFloat. But I must use NSNumber class, because I need nil value. Anyone can help me ?