开发者

Trash can icon animation?

开发者 https://www.devze.com 2022-12-20 10:39 出处:网络
I\'m new here and I just had a question about animating the trash can icon in an iPhone application like in the photo and mail app. I tried using the method here to animate the trash icon in a UINavig

I'm new here and I just had a question about animating the trash can icon in an iPhone application like in the photo and mail app. I tried using the method here to animate the trash icon in a UINavigationController's toolbar, but it didn't seem to do anything.

Can anyone post a code sample of how to use this method correctly? Thanks

-(void)animateToolbarItemIndex:(NSUInteger)index duration:(NSTimeInterval)duration target:(id)target didFinishSelector:(SEL)sele开发者_高级运维ctor;


There is no

-(void)animateToolbarItemIndex:(NSUInteger)index duration:(NSTimeInterval)duration target:(id)target didFinishSelector:(SEL)selector;

method in the official SDK docs. It's likely a private method. Are you working with the official SDK or jailbroken phones?

0

精彩评论

暂无评论...
验证码 换一张
取 消