Is it possible to design native iOS user interface with the CSS?

Jimbo47

New Member
I'm interested in such a thing - are there some tools, libraries, etc which will allow to design native iOS UI (UILabels margins, etc.) with the help of CSS? I am not talking about libraries such as \[code\]PhoneGap\[/code\] or \[code\]Appcelator\[/code\]. I'm interested in something like CSS parser which will allow me to transform CSS code into Objective-C UI code or Interface Builder.xib files. Let's say I have a good web-designer fluent in CSS and HTML and I want him to write UI code for my iOS application in CSS+HTML and then I transform it in Objective-C UI code or IB .xib files.I think my question is clear and I hope for some good answers.
 
Back
Top