equable items view
作者:
轻云绿原 | 来源:发表于
2019-06-17 11:21 被阅读0次
PPFEquableItemView
效果

效果图
引入
1.cocoapods
pod 'PPFEquableItemsView', '~> 0.0.1'
2.直接拷贝
PPFEquableItemsView.swift
怎么用
import PPFEquableItemsView
let first = {
let v = PPFEquableItemsView(frame: CGRect(x: 10, y: 50, width: 200, height: 100), direction: .horizontal, dataSource: self, itemsSpace: 2)
v.backgroundColor = UIColor.red
self.view.addSubview(v)
return v
}()
first.reloadDataSources()
本文标题:equable items view
本文链接:https://www.haomeiwen.com/subject/ruaofctx.html
网友评论