最佳答案
我想创建 @IBInspectable
元素,如下图所示:
我的想法是使用类似 enum 的东西作为 @IBInspectable
的类型,但看起来并不是这样,有什么想法如何实现这样的元素吗?
编辑:
看起来 @IBInspectable
只支持这些类型:
Int
CGFloat
Double
String
Bool
CGPoint
CGSize
CGRect
UIColor
UIImage
真扫兴