I have implemented a UIDatePicker IOS7 View into a static tableview with the help of - iOS 7 - How to display a date picker in place in a table view?
All works great- my only issue now is how to display the result in my UITextField once a date has been selected? Sounds like it should be a simple thing - but as its a static field I'm not sure how to access the date property once a selection is made or which method to apply the code to!?