iOS Question TopRightButtons navControl

Tomas Petrus

Active Member
Licensed User
Longtime User
I was unable to properly implement TopRightbuttons by code.
cant find working example, and my tries were pointless.

So I did it by designer, when you click on the button the ActionSheet is expanded and I handle all events properly (At least I hope, it works).

But when you click on the button and menu is expanded there is like tiny interval when my FA button change its icon to question mark...when menu is fully expanded then it returns to its original form..

how to handle that ?
 

Tomas Petrus

Active Member
Licensed User
Longtime User
Nothing too bad..
It runs without errors, but.... if I create right buttons this way and not in the designer the reaction array of the buttons is diminished.

Meaning:
Its harder to hit it on first attempt if i compare it with back button in same application.

I think and hope its not just feeling.. can you confirm / deny ? : ))
 
Upvote 0

Tomas Petrus

Active Member
Licensed User
Longtime User
or maybe its not about area.. but about the time ....
If I wait some time after this sequence:

hiting right button - open menu (actionsheet) - cancel

WAIT

hiting right button

it seems to be working fine

I dont think its a big problem users wont do it often but still its difference in behavior compared to designer right buttons.
 
Upvote 0
Top