I have built a library that adds a view to the screen and allows the developer to customize its appearance by entering custom values in IBInspectable
fields.
It used to work just fine, except when I added the localizable branch. I noticed that the custom values entered in the storyboard aren't applied to the view.
I started debugging and printed the IBInspectable
s' values. Xcode gave me this:
extracting data from value failed
Any idea why that's happening, and what I can do about it?