ios - how to set an animation for all UIImageView instances by default -
i want write a (only one) method or category or else animation,
so when setting uiimageview's image property, animation executed automatically.
any idea? thanks.
- you can subclass uiimageview.
- add animationproperty.
- create animation block.
- call animation block setmethod of animationproperty.
Comments
Post a Comment