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://codercto.com/soft/d/6827.html

Hello World

Hello World

Hannah Fry / W. W. Norton Company / 2018-9 / GBP 17.99

A look inside the algorithms that are shaping our lives and the dilemmas they bring with them. If you were accused of a crime, who would you rather decide your sentence—a mathematically consistent ......一起来看看 《Hello World》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具