iOS UITableview simple drop down within table -


wandering if can ios table view.

background:

ive got 4 entities:

recorddate (relationship - records 1 many recordworkout)

recordworkout (relationship - recexercises 1 many recordexercise)

recordexercise (relationship - sets 1 many recordset)

recordset

currently displaying data through 4 different tableview controllers.

what after display last 3 entities in 1 view controller drop down table.

is possible?

thanks

tlindexpathtools has extensions both collapsable sections , expandable tree view. try running collapse , outline sample projects. if understand question, you've got two-level hierarchy, either of these extensions should work.

the main difference between 2 that, collapsable sections, top level done section headers while tree view done cells. also, collapsable sections has scroll optimization, such when expand section, automatically scrolls display as section possible (though scroll optimization added tree view @ point).


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -