Can we rename properties names to has some prefix like `ts_cornerRadius`, or something like that? I have an issue with combining this pod with other pods, that have, for example, `cornerRadius` declared for UIView, and I get `Ambiguous use of ...`
Can we rename properties names to has some prefix like
ts_cornerRadius, or something like that?I have an issue with combining this pod with other pods, that have, for example,
cornerRadiusdeclared for UIView, and I getAmbiguous use of ...