UIView常用方法汇总
2017-01-20
阅读 7 分钟
4.2k在现实编程中,我们经常碰到各种的UI问题,今天我带大家一起学习,如何操作UIView的各种方法,好了直接上代码。 1.addSubView {代码...} 2.bringSubviewToFront {代码...} 3.convertPoint:fromView: {代码...} 4.convertPoint:toView: {代码...} 5.convertRect:fromView: {代码...} 6.converRect:toView: {代码...} 7.di...