문제

How I can create something like this:

enter image description here

Because UIActionSheet has only text

- (NSInteger)addButtonWithTitle:(NSString *)title;  
도움이 되었습니까?

해결책

You need to use a UIActivityViewController

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

If you require more than what it provides, you'll need to create your own UIView

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top