0

我如何创建这样的东西:

在此处输入图像描述

因为UIActionSheet只有文字

- (NSInteger)addButtonWithTitle:(NSString *)title;  
4

1 回答 1

0

您需要使用 UIActivityViewController

https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIActivityViewController_Class/Reference/Reference.html

如果你需要比它提供的更多,你需要创建自己的 UIView

于 2013-10-21T15:27:04.677 回答