标签: iphone ios uiactionsheet
我如何创建这样的东西:
因为UIActionSheet只有文字
UIActionSheet
- (NSInteger)addButtonWithTitle:(NSString *)title;
答案 0 :(得分:0)
您需要使用UIActivityViewController
https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIActivityViewController_Class/Reference/Reference.html
如果您需要的内容超过其提供的内容,则需要创建自己的UIView