I am trying to convert a coca control to MT but I am stumped as to what this
maps onto into the monotouch world.

-(void) scrollViewDidFinishScrolling: (UIScrollView*) scrollView {}



i am pretty sure that - (void)scrollViewDidScroll:(UIScrollView *)scrollView
{} maps to UITableView.Scrolled
but what is scrollViewDidFinishScrolling map to?

Failing that, I seem to recall that it was possible to directly call an 
obj-c unwrapped method via some way but I can't seem to find any example
syntax. Any help would be welcome.

Thanks
Steve





--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/scrollViewDidFinishScrolling-monotouch-equivalent-tp4658012.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
MonoTouch@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to