iphone - iOS: static sectionHeaderView for tableView -
background: have implemented standard tableview has 4 sections. each of section contains custom view header. normally, previous header pushed away when header below scrolled top of tableview.
question: possible prevent "pushed out" behavior. along line of "stacking" behavior. because user have full view of headers available. example, if 1 scroll lowest cell, 1 see headers on top of tableview.
additional info: please not answer hacks, example, track movement of tableview, add header view manually when needed, resize tableview.
it's not possible without using methods describe. @ least not built-in table view.
one reason doesn't scale arbitrary content. if let section headers stack should happen when entire screen full of headers? how user able comfortably see , interact content under 6th or 7th section when there few pixels left show content because rest of screen taken header sections user not interested in.
you want rethink ui. either go standard section headers, make cool light-weight tabs, custom harmonica control or entirely different. maybe hierarchical structure depending on amount of content want present.
Comments
Post a Comment