iphone - How do you control action sheet animation direction -


As the Apple Developer Doc has been written, it says:

The style animation of Depends on toolbar style, no receiver.

When I use this method against the showInView method, it slides from the top, not below it.

I am using showFromTabBar , because if I do not, the cancel button is partially untouchable because there is some disturbance with the tab bar, which is behind it (Pfft).

Question: How do you alter action sheet from below, because it usually happens with showInView ?

Note: My problem with the way the tab bar is happening through the UIView in the whole window showInView has been solved as follows:

  [FilterActionShot Show Inview: [Auto View Window]];  

.

I had the same problem with the cancel button. The reason for this is that the bottom bar "hides" when accessing the action sheet, you can make simple user interaction on that scene, until the action letter is over and then it is enabled again.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -