Swift知识小集

212 阅读1分钟

作为一个Swift新手,记录在开发过程中碰到的一些常用的方法。

1. sendSubviewToBack

Apple的解释为: Moves the specified subview so that it appears behind its siblings.

其实就是将当前的视图设置到其他的子类视图的下层