I am having a problem with my UIScrollView,I want to implement a safari like scroll view with paging. I've used this link UIScrollView horizontal paging like Mobile Safari tabs As my refrence, all what I am missing right now is how to implement the hittest method. I am using monotouch and I can't find any proper documentation on how to accomplish this.
Asked
Active
Viewed 812 times
2 Answers
1
From the MT Rosetta Stone:
Selector: hitTest:withEvent:
Method: UIView HitTest (PointF point, UIEvent uievent);

Jason
- 86,222
- 15
- 131
- 146