How to display the UIActionSheet view from above Tab Bar Controller?

To display an action sheet from a tab bar, you can call the following within the view controller that is presenting it: actionSheet showFromTabBar:self. TabBarController.tabBar.

To display an action sheet from a tab bar, you can call the following within the view controller that is presenting it: actionSheet showFromTabBar:self. TabBarController. TabBar; Note that the references explicitly state that action sheets cannot be styled.

Nor is there anyway that I know of to make an action sheet appear on top of a tab bar. If you wish to step around the established interface guidelines in the manner you stated, you will probably have to create a custom view. Edit: The reason that the action sheet normally obscures the tab bar is that it is intended to be modal: either the user chooses an action, or they cancel.

Either way, they shouldn't navigate away before making the choice, which your desired layout would imply.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions