- 授权协议: GPL
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/wudifamo/kKPagingView
- 软件文档: https://github.com/wudifamo/kKPagingView
软件介绍
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
Web Design in a Nutshell
Jennifer Niederst / O'Reilly Media, Inc. / 2006-02-21 / USD 34.99
Are you still designing web sites like it's 1999? If so, you're in for a surprise. Since the last edition of this book appeared five years ago, there has been a major climate change with regard to web......一起来看看 《Web Design in a Nutshell》 这本书的介绍吧!
