hi!
What i have is a UIView, added to the window, and a UITableViewController object which initializes its cells in the expected manner.
I add the UITableViewController object to the view like this -
[self addSubview:[UITableViewControllerObject view]];
I find the table is draggable, but doesn't have the nice whizzy momentum thing that every other table view ap has. I guess I'm missing some subtlety, or doing it totally wrong
This is all done in code, no nib file. The view is totally plain bar the table view object - no nav bar or anything else.
any thoughts?
tony
What i have is a UIView, added to the window, and a UITableViewController object which initializes its cells in the expected manner.
I add the UITableViewController object to the view like this -
[self addSubview:[UITableViewControllerObject view]];
I find the table is draggable, but doesn't have the nice whizzy momentum thing that every other table view ap has. I guess I'm missing some subtlety, or doing it totally wrong
This is all done in code, no nib file. The view is totally plain bar the table view object - no nav bar or anything else.
any thoughts?
tony