垃圾桶图标动画?
我是新来的,我只是有一个关于在 iPhone 应用程序(如照片和邮件应用程序)中为垃圾桶图标设置动画的问题。我尝试使用方法 此处 为 UINavigationController 工具栏中的垃圾桶图标设置动画,但它似乎什么也没做。
任何人都可以发布如何正确使用此方法的代码示例吗?谢谢
-(void)animateToolbarItemIndex:(NSUInteger)index duration:(NSTimeInterval)duration target:(id)target didFinishSelector:(SEL)selector;
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)selector;
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有提供
官方SDK文档中 方法。这可能是一个私有方法。您使用的是官方 SDK 还是越狱手机?
There is no
method in the official SDK docs. It's likely a private method. Are you working with the official SDK or jailbroken phones?