Three20通过presentModalViewController添加TTThumbsViewController?
我有一个常规的旧 iPhone 应用程序,它有一个从笔尖加载的主视图控制器。我有一个与 ibaction 绑定的 uibutton,单击该按钮时我想显示一个 TTThumbsViewController。有没有办法在不添加启动器或任何其他不必要的开销的情况下做到这一点?教程或代码示例将会非常精彩。谢谢!
I have a regular old iPhone app that has a main view controller that is loaded from a nib. I have a uibutton tied to an ibaction and when that is clicked I want to display a TTThumbsViewController. Is there a way to do that without adding a launcher or any other unnecessary overhead? A tutorial or code sample would be spectacular. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最终只是通过首先启动启动器来按照标准方式进行操作。
I ended up just doing it the standard way by initing a launcher first.