سؤال

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