如何使用 uibutton 切换到另一个 xib?
我有带有 TabBar
和四个视图(FirstView.xib
、SecondView.xib
、ThirdView.xib
、<代码>FourthView.xib)。在 ThirdView.xib
中,我有 UIButton
,按下时,需要加载带有动画的 FifthView.xib
。怎样才能做到呢?
I have application with TabBar
and four views (FirstView.xib
, SecondView.xib
, ThirdView.xib
, FourthView.xib
). In ThirdView.xib
I have UIButton
, when pressed, need to load a FifthView.xib
with animation. How it can be done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)