垃圾桶图标动画?

发布于 2024-08-21 20:02:20 字数 406 浏览 8 评论 0原文

我是新来的,我只是有一个关于在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

大海や 2024-08-28 20:02:20

没有提供

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

官方SDK文档中 方法。这可能是一个私有方法。您使用的是官方 SDK 还是越狱手机?

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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文