number of page controls
I want to know how many page controls can be used in an application??
is der any limit??
I'm using 2 pagecontrols but m not able to add more than 20 images
i have 1st 开发者_StackOverflow中文版page control with 18 images
and 2nd pagecontrol with 2 images.
Its not showing more than 20 images... how can i resolve this problem??
UIPageControl is a small control that lets you know what "page" you are on when (most commonly) connected to a UIScrollView
.
You are most likely referring to a UIScrollView. Depending on what the dimensions you set each image determines how many you can fit on each "page".
If you want to fit more images on a single page, try a smaller image size.
精彩评论