iOS 图片轮播 kKPagingView

码农软件 · 软件分类 · 图像(Image) · 2019-05-29 19:41:41

软件介绍

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



本文地址:https://www.codercto.com/soft/d/6827.html

Web Design in a Nutshell

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》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

MD5 加密
MD5 加密

MD5 加密工具

SHA 加密
SHA 加密

SHA 加密工具