uipagecontrol
-
[iOS] 스크롤뷰의 페이징과 페이지컨트롤, Paging and UIPageControl of UIScrollView앱등이에게 살충제를 뿌린다./iOS 2015. 11. 8. 22:22
1. pageControl의 indicator가 페이지변환이 완전히 끝났을 때 이뤄진다. 2. pageControl의 indicator가 페이지변환이 되는 도중에 바뀐다. Code - 그냥 복붙하면됨 // // // ViewController.m // ScrollviewPaging // // Created by SH on 2015. 11. 8.. // Copyright © 2015년 SH. All rights reserved. // #import "ViewController.h" #define VIEW_COUNT 10 #define WIDTH_VIEW 250 #define HEIGHT_VIEW 180 @interface ViewController () @property (nonatomic, strong)..