UIViewExt的Swift版本 UIViewExt-Swift

码农软件 · 软件分类 · 高级UI组件(Advanced) · 2019-07-11 18:56:36

软件介绍

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
...

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

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

Distributed Algorithms

Distributed Algorithms

Wan Fokkink / The MIT Press / 2013-12-6 / USD 40.00

This book offers students and researchers a guide to distributed algorithms that emphasizes examples and exercises rather than the intricacies of mathematical models. It avoids mathematical argumentat......一起来看看 《Distributed Algorithms》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

URL 编码/解码
URL 编码/解码

URL 编码/解码

MD5 加密
MD5 加密

MD5 加密工具