通过 UIAlertView/UIActionView 对话框保留对象
我正在处理本地(方法)自定义对象,需要向用户显示一个对话框(UIActionSheet 或 UIAlertView)。当用户与对话框交互后调用委托时,访问同一对象的最佳方法是什么?除了向当前类添加另一个实例变量之外,Cocoa 还有什么技巧吗?
I'm working on a local (to the method) custom object and need to display a dialog (UIActionSheet or UIAlertView) to the user. What's the best way to get access to same object when delegate is called after user interacts with the dialog? Any Cocoa tricks besides adding another instance variable to current class?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一种方法是使用 "关联对象"< /a>. (但是你无法在模拟器中测试它。)
One way is to use "Associated Objects". (but you can't test it in simulator.)