Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IBInspectable in xamarin

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

like image 709
Iain Smith Avatar asked Jul 14 '15 08:07

Iain Smith


1 Answers

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/

like image 81
Mobile Developer Avatar answered Oct 09 '22 17:10

Mobile Developer