1 Star 0 Fork 0

采飞扬 / UIViewExt-Swift

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 534 Bytes
一键复制 编辑 原始数据 按行查看 历史
采飞扬 提交于 2016-05-20 15:45 . update使用说明

UIViewExt-Swift

UIViewExt的Swift版本

使用与OC版的UIViewExt一样简单:

self.x  == self.frame.origin.x
self.y  == self.frame.origin.y
self.width == self.frame.size.width
self.height == self.frame.size.height
self.top
self.bottom
self.left
self.right
...

加入工程方法:

1.直接下载UIViewExt.swift放入工程
2.使用CocoaPods管理依赖,在Podfile中加入
pod 'UIViewExt-Swift'
任意swift文件中import UIViewExt_Swift即可

方法暂时没有扩展,有什么想法给我留言吧:)

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Swift
1
https://gitee.com/liufile/UIViewExt-Swift.git
git@gitee.com:liufile/UIViewExt-Swift.git
liufile
UIViewExt-Swift
UIViewExt-Swift
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891