Ok, I have had a request to implement the same function that the weather app on ios 5 has. Where when you select the current day it drops down to reveal the hourly weather forecast. Has anyone any ideas on how this is done? or can you point me in the direction of some example code? Thanks in advance.
Share
this would be done by adding rows to the table view when a cell is selected, this could be done by adding another section, or changing the row count.
you would do this in a begin and end updates block:
you should make sure that when you do this you’re table view data source methods return appropriate values for the number of rows and sections.