移动到另一个笔尖时的动画

发布于 2024-12-21 08:14:44 字数 313 浏览 3 评论 0原文

我使用此代码从一个类转到另一个类。我不使用 UINavBarController。更换笔尖时可以使用其他动画吗?

 FormViewController *formViewController =[[FormViewController alloc]initWithNibName:@"FormViewController" bundle:nil];
formViewController.userImage=imageFb;
[self presentModalViewController:formViewController animated:YES];

i Use this code to move from one class to another. I don't use UINavBarController. Can i use another animation when i change th nib ?

 FormViewController *formViewController =[[FormViewController alloc]initWithNibName:@"FormViewController" bundle:nil];
formViewController.userImage=imageFb;
[self presentModalViewController:formViewController animated:YES];

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文