How I can create something like this:
Because UIActionSheet
has only text
- (NSInteger)addButtonWithTitle:(NSString *)title;
You need to use a UIActivityViewController
If you require more than what it provides, you'll need to create your own UIView