0

i have to use UIScrollView , I've 5 uiimageview and i should to scroll them, but i don't know how to do!Anyone can help me? or tell me a good tutorial where i can learn fast all things about uiscrollview,

thank you guys

Inder Kumar Rathore
  • 39,458
  • 17
  • 135
  • 184
M_Nil
  • 21
  • 1
  • 5

1 Answers1

-1
// create a new scroll view and add to window
UIScrollView * scrollView = [[UIScrollView alloc] initWithFrame:scrollFrame];
[self.view addSubview:scrollView];

For tutorials check out this question Are there any good UIScrollView Tutorials on the net? [closed]

Community
  • 1
  • 1
Inder Kumar Rathore
  • 39,458
  • 17
  • 135
  • 184