iphone - Changing UITableView section header without tableView:titleForHeaderInSection -


I am trying to change the title of a header for a section in a UITableView when the cell is selected from that segment table View: Title forearm inconvenience is triggered by the app, so that it does not help. I can reload the data, but the display suffers because the app needs to reload all visible cells. I also tried to use custom headers, but this may also cause some performance issues. Is there a way to handle UILBL, which uses the default header view manually and uses text? Thanks!

System-served section does not appear to be a standard API to access header view. Have you tried to target more to get UIKit to display new header text?

What kind of performance issues were you seeing with custom section header views? I suspect that the standard is more than just a UILabel .


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -