FrameAccessor

码农软件 · 软件分类 · 其他(Others) · 2019-07-27 18:58:39

软件介绍

Easy way to access view's frame in iOS and OS X.

Use:

view.x = 15;
view.width = 167;

instead of

CGRect newFrame = view.frame;
newFrame.origin.x = 15;
newFrame.size.width = 167;
view.frame = newFrame;

You can access x, y, width, height, origin or size like properties.

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

Distributed Algorithms

Distributed Algorithms

Nancy A. Lynch / Morgan Kaufmann / 1996-3-15 / USD 155.00

In "Distributed Algorithms", Nancy Lynch provides a blueprint for designing, implementing, and analyzing distributed algorithms. She directs her book at a wide audience, including students, programmer......一起来看看 《Distributed Algorithms》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具