I've look at the clancy-sample but it's not how i want things. I think i'm
just going to add UITableView derived views to my window, as detailviews.
That's not very hard to do anyway. Got the basics working allready.

But... what i DO want is to move these detailviews horizontally with my
finger. In a 'sticky' way like the Twitter app. I've experimented by adding
a simple UIImageView and added the overridden TouchesBegan, TouchesMoved and
TouchesEnded so i can move a simple owner drawn square across the screen :)
which is nice, but i want to move a Tableview around.

But, if i create a view derived from a UITableView or UITableViewController,
and add the TouchesBegan/Moved/Ended overrides to it, and add this view to
my main view controller, the touch functions are never called... how do i
solve this?

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/Master-detail-view-drilldown-swiping-UI-tp4622743p4642838.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to