The apps listed here are publicly known to be built with Xamarin.Forms.
For a lengthy list of customer case studies and endorsements, visit the Xamarin Customer page.
https://play.google.com/store/apps/details?id=br.com.JetEbusiness.ZapCommerce
The apps listed here are publicly known to be built with Xamarin.Forms.
For a lengthy list of customer case studies and endorsements, visit the Xamarin Customer page.
https://play.google.com/store/apps/details?id=br.com.JetEbusiness.ZapCommerce
| using System; | |
| using MonoTouch.UIKit; | |
| namespace System | |
| { | |
| public static class ExtensionMethods | |
| { | |
| public static UIColor ToUIColor(this string hexString) | |
| { | |
| hexString = hexString.Replace("#", ""); |