From the list of available UIScrollview
delegate list . I want to restrict a selective uiscrollview delegate function namely:
(UIView *)viewForZoomingInScrollView:(UIScrollView *)scrollView;
I want to restrict it from calling by the compiler . can i accomplish this . Any suggestions & help are appreciated!!