Search Results

0
votes

How to customize the content of each page using Page Control and UIScrollView?

I downloaded the sample, added the following lines to the MyViewController.h IBOutlet UILabel *pageText; @property (nonatomic, retain) UILabel *pageText; In the M …