You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I understand, if I want Font trait to support UITextView I have to modify Font source code: add UITextView.self to restrictedTypes array and modify apply method.
IMO, if target type restrictions were expressed via a protocol, it would be easier to add new target classes to existing traits.
The text was updated successfully, but these errors were encountered:
As I understand, if I want
Font
trait to supportUITextView
I have to modifyFont
source code: addUITextView.self
torestrictedTypes
array and modifyapply
method.IMO, if target type restrictions were expressed via a protocol, it would be easier to add new target classes to existing traits.
The text was updated successfully, but these errors were encountered: