i currently developping an app, which allow users to make an research by title, category, price and location.
to be more user-friendly, i'm trying to create a sidemenu, which contains all category under the form of button, and when the button is select, the textfield will take the name of the category. Furthermore, i want sidemenu appear when the category textfield is tapped.
I used SWRearViewController, for the side menu, but i don't know how to implement the functionnality which are listed above.
This is an example of what i want to create :
Thank's for your help !