ddore95
ddore95

Reputation: 91

MonoTouch css styling

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

Answers (2)

Ryan Anderson
Ryan Anderson

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

Jason
Jason

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

Related Questions