Reputation: 91
I am new to monotouch and wanted to know if there is a simple way to implement css styling in any of the types of views/viewcontrollers? I have read about WebViews, worked with UIViewControllers, but I want to build an app that is basic styling for now that I can update later with css styling from a design organization. Anyone know anything about this?
Upvotes: 2
Views: 161
Reputation: 947
Interestingly enough there was a project on Kickstarter.com which ended up getting funded which allows you to use CSS3 to style iOS and soon Android apps. It actaully works really well. Pixate.com
Upvotes: 1
Reputation: 89117
iOS 5 has some limited support for global styling. Miguel has a post that explains how to use it in MonoTouch.
Upvotes: 3