Reputation: 581
I building an app using Xamarin.iOS
.
I have to list a lot of categories in something similar like NavigationDrawer
in Android
. When I have up to 4-5 options(categories) I have used ActionSheet
dialogs, but now I have up to 15 categories.
Any suggestion on how I can implement, are any third part libraries or any helping tutorial. Please let me know.
Upvotes: 2
Views: 3473
Reputation: 9703
Have you had a look at these components:
And check the "Getting Started" section on each of these to see how to set it up.
Any issues let me know.
Upvotes: 4