ios - drop down menu on navigation bar -
in android, there action bar drop down menu, example old gmail app in android:
as see above, when three-dots clicked, drop down menu shown.
my questions:
i wondering, if want implement same three-dots button shows drop down menu in ios navigation controller, how it?
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
Post a Comment