I want to knw how to implement pagecontrol such that the each page contains different set of subViews.
for eg.
- page 1 – UIImageView,UILabel
- page 2 – UIButtons, UITextArea,etc.
- page 3 – segmentedcontrols
please help me out guyz..m stucked…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In
- (void)loadScrollViewWithPage:(int)pagemethod create different view controller, for different page (parameter page represent index of page, int, starting from 0).You have example here