按钮添加边框

self.cancalButton.layer.borderWidth = 2;  // 给图层添加一个有色边框
self.cancalButton.layer.borderColor = RGB_COLOR(255, 153, 0).CGColor;

© 2017. All rights reserved.

Powered by Hydejack v7.5.0