How to Make Inputaccessoryview Appear Above Uitabbarviewcontroller's Tabs

inputAccessoryView doesn't appear automatically after call reloadInputViews

I test this question on both iOS7 and iOS8. And I find it's an iOS8 bug.After I replace UIActionSheet with UIAlertController on iOS8 platform, this works well.
I guess that UIActionSheet as subclass of UIView is different from UIAlertController as subclass of UIViewController which maybe conflicts with my editor

Keyboard hides TabBar

To my knowledge you cant move keyboard .. so try to use transformation to move the tab-bar above keyboard

Taken from here

Another link

How to make iOS application appear in list of suggested applications after screenshot?

To display your app in theUIActivityViewController, you need to create a Share Extension for your application. To create a share extension for your project, go to file > new > target > Share Extension. You can refer to Apple's Documentation for share extension!



Related Topics



Leave a reply



Submit