In WWDC 2013 video, Apple suggests displaying picker in place in a table view in iOS 7. How to insert and animate a view between table view cells?
Like this, from the Apple calendar app:
In WWDC 2013 video, Apple suggests displaying picker in place in a table view in iOS 7. How to insert and animate a view between table view cells?
Like this, from the Apple calendar app:
I found an answer to a flaw in apple's datecell example where you must have a row below the last datecell or you get an error. In CellForRowAtIndexPath method replace ItemData line with
After replacing the sample code I can now display display a datePicker cell without having a cell beneath it.
I just joined stackoverflow so if this is in the wrong place or somewhere else I apologize.