Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试设置一个标签以在我的 iOS 应用程序中启用多个操作表,但我应该在哪里声明它以及如何声明?
[actionSheet setTag:kActionSheet1];
这在我输入的 .m 中,但需要声明
UIActionSheet *asheet = [[UIActionSheet alloc] init]; [asheet setTag:11]; [asheet showInView:self.view];
这里有一些教程。
iOS 快速提示:创建动态操作表
UIActionSheet 和 UIActionSheetDelegate
带有's 的标签,但保留其他标签