ios8.0+ iphone ipad均可,适用屏幕旋转自动布局,保持图片比例与约束。
使用方法
storyboard拖拽一个uiview,并添加约束(固定高度或固定比例均可)
import "kKPagingView";
初始化
kkView=[[kKPagingView alloc]initCustomView];
将此view加入刚才拖拽的uiview中
[self.uiview addSubview:kkView];
如需点击事件,请添加代理
kkView.kksvdelegate=self;
添加图片列表
[kkView setupImage:NSArray];
DIY及详细请参照Demo
-
Notifications
You must be signed in to change notification settings - Fork 0
wudifamo/kKPagingView
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published