android - Replicate dynamic views in xcode -
i have android app following setup:
- a slide out menu heading item & sub-items
- a view represent every heading item in menu
- access sub-items of main header
see below walkthrough of views.
how can replicate functionality in xcode? screenshots display android version of app. there frameworks allow me implement this? if not design pattern should use?
in android version used following classes:
- pageslidingtabstripfragment
- public class expandablelistadapter extends baseexpandablelistadapter
- public class cardfragment extends sherlockfragment
- public class contentlistadapter extends arrayadapter
thanks
when create view slide out, set frame negative view remain on left hand side of home view.when press top left button use animation , change slide view frame on home view.
for expanding table cells,you can use following third party library - skstableview. https://github.com/sakkaras/skstableview