uiactionsheet
Attachment action sheet hidden behind keyboard in iOS 9
If the keyboard is shown in the chat view controller and you tap the photo attachment button, the action sheet for the photo options is hidden behind the keyboard. If the keyboard is hidden/dismissed and you tap the photo button, you can see the action sheet just fine.
call this method [self.view endEditing:YES];
Related Links
Attachment action sheet hidden behind keyboard in iOS 9
Use of Actionsheet in Ionic 2
Disable WKActionSheet on WKWebView
Action sheet programatically [closed]
unrecognized selector sent to instance UIActionSheet
Using Viewcontroller to control tabbarController
ShareKit 2.0: how to add a custom NON-SHARE item in action sheet?
Fire UIActionSheet in ViewDidLoad first load only
Setting bounds for UIActionSheet?