I am not able to re-create the behavior that you are describing. I am probably thinking too simple. I have attached the sample I was using to test this.
Could you please add more information about how you are creating this scenario? Maybe you could modify the attached file and repost to the group. -bill On Thu, May 17, 2012 at 7:16 AM, jowi <[email protected]> wrote: > 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
AppDelegate.cs
Description: Binary data
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
