Platform: iOS
TNS: 2.3.0
Getting this error:
file:///app/tns_modules/ui/builder/builder.js:162:56: JS ERROR Error: Building UI from XML. @file:///app/views/test/test.xml:5:5 ↳UIColor.blackColor is not a function. (In 'UIColor.blackColor()', 'UIColor.blackColor' is an instance of UIColor)
... when adding this:
<Page xmlns:mi="nativescript-maskedinput">
<mi:MaskedInput mask="1-999-999-9999? x999" hint="1-555-555-5555" placeholder="#" />
</Page>
Platform: iOS
TNS: 2.3.0
Getting this error:
file:///app/tns_modules/ui/builder/builder.js:162:56: JS ERROR Error: Building UI from XML. @file:///app/views/test/test.xml:5:5 ↳UIColor.blackColor is not a function. (In 'UIColor.blackColor()', 'UIColor.blackColor' is an instance of UIColor)... when adding this: