0

I am making an iPhone app which has a requirement to implement the UIPageControl.

I have referred to many tutorials but all of them have added static data to view. I want to dynamically add buttons to the view when the new view is swiped in.

What should be done?

halfer
  • 19,824
  • 17
  • 99
  • 186
Parth Bhatt
  • 19,381
  • 28
  • 133
  • 216

1 Answers1

1

You can dynamically add new items to UIView, using addSubview/removeFromSuperview methods.

Nickolay Olshevsky
  • 13,706
  • 1
  • 34
  • 48