ios - drop down menu on navigation bar -




in android, there action bar drop down menu, example old gmail app in android:

enter image description here

as see above, when three-dots clicked, drop down menu shown.

my questions:

  1. i wondering, if want implement same three-dots button shows drop down menu in ios navigation controller, how it?

  2. if not common thing in ios, equivalent in ios?

(i still want implement in ios project though)

there no built-in ui component in ios, , it's not used in apps.

but when need implement use assistolab dropdown, it's easy use, well-documented , stable library.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -