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.

main menu main menu dropdown selected menu item - either main heading or sub-heading-item

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


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -