5 ms·
I'm really curious about this but I can't find any examples on the website. Even in the documentation section, the Getting Started and Styling Reference both 4
by SHOwnsYou 13y ago
I'm really curious about this but I can't find any examples on the website.
Even in the documentation section, the Getting Started and Styling Reference both 404.
- jjcm 13y agoI had the same issue. There was no clear indication of what this does.
- joeblau 13y agoBasically, it allows you to style your native iOS app with CSS like a website instead of using Apples native styling. For example I have this game and I can make a css file to create and/or change the color scheme of my app. Here is an example of some themes all generated from LESS css files[1]. [1] - http://xo9.us/img/features/themes.png http://xo9.us/img/features/themes.png
- mamcx 13y agoThis is about style apps using CSS: http://www.pixate.com/docs/framework/ios/2.0/style-reference/ http://www.pixate.com/docs/framework/ios/2.0/style-reference... Similar to NUI https://github.com/tombenner/nui https://github.com/tombenner/nui I'm using it. Easier than UIAppearance, but still need some improvements in handling UICollection (it lags). However, overall is good.