[问题] framework中@IBInspectable无法使用?

楼主: sweet00914 (别理我)   2017-06-14 15:46:45
各位大大是否有在开发cocoa touch framework中
如使用@IBDesignable来创建 UIView的属性@IBInspectable
如:
@IBDesignable public class BorderedButton: UIButton {
@IBInspectable var cornerRadius: CGFloat = 0 {
didSet {
layer.cornerRadius = cornerRadius
layer.masksToBounds = cornerRadius > 0
}
}
在cocoa touch framework中使用uint test这个view 属性
在cocoa touch framework中使用uint test这个view 属性
custom class 与 module都正常
属性也可以设定
作者: tentenlee (天天)   2017-06-14 17:06:00
你有先bulid过吗?
作者: cryinglove (毓™)   2017-06-14 18:48:00
@IBInspectable public var

Links booklink

Contact Us: admin [ a t ] ucptt.com