views:

54

answers:

1

Hi,

I have an a vertical scroll-view in which i have 3-4 child scrollviews that slide horizontally, i want to control the vertical scroll-view (Parent) with a slider.

Anyone have any idea for this?

Thanks Inam

A: 

[Scroll_View scrollRectToVisible:CGRectMake(0,460, 320, 460) animated:NO];

Ashish Mathur
Please refrain from linking to your blog in every answer you provide. This is considered to be spam here.
Brad Larson