Does any one know how to use an IBInspectable in Xamarin or if it is possible?
They only thing I have found on the topic is this which doesn't hold much promise. Also cant find anything about it in the API docs
Does any one know how to use an IBInspectable in Xamarin or if it is possible?
They only thing I have found on the topic is this which doesn't hold much promise. Also cant find anything about it in the API docs
There is something similar(Custom Controls). It works the same as IBInspectable or IBDesignable.
Check this official link: https://developer.xamarin.com/guides/ios/user_interface/designer/ios_designable_controls_walkthrough/