Iain Smith
Iain Smith

Reputation: 9703

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

Upvotes: 8

Views: 1451

Answers (1)

Mobile Developer
Mobile Developer

Reputation: 5760

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/

Upvotes: 4

Related Questions