Hi there,
The Situation I populate my TTTableViewController with a TTListDatasource(with TTModel). My didSelectObject methods opens a TTViewController.
The Question I d like to show more informationen in the TTViewController.
1.Question: Should i hand over the datasource (and run a new query) or should i hand over a specific VO (with all information)?
2.Question: How do I acces the datasour in the new TTViewController?
thanks,