Basically, 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].
This framework is excellent. I used it to style my iOS7 game[1] and it's hard to even go back to native styling. I'm compiling all of my CSS via LESS and then using the CSS as embedded themes.
OT but does anyone have any idea how much work it would be to port NUI or similar to Objective-J/Cappuccino? I really want to use Cap, but it's not designer friendly to theme and the default theme is looking a bit long in the tooth.
It seems it's not actually a CSS framework (was personally excited about the prospect of an iOS7 CSS kit), it allows you to use css to style your iphone app.
Just to clear things: Pixate is a native framework (iOS, and Android coming soon) which let you style your application using CSS. Their ability to execute is awesome and they're moving at the speed of light. And with Titanium SDK support.
I've used Pixate a lot in my last app (client work), and I have mixed feelings. In general I love the idea (I'm a Kickstarter backer) but I had lots of small issues and found the documentation quite lacking. I don't have particular examples right off the bat, but I distinctly remember that I had issues getting gradients working correctly, and that borders did only work for all sides at the same time, while the documentation clearly has border-left, border-right, etc. But just setting one or two of these doesn't do anything. These may have been bugs in prior beta releases, but there was no documentation on this whatsoever.
There's also a help forum where people can ask questions and people reply on it. I could not figure out to actually read the answers. you can only read parts of it if you search the answers. I may be really stupid here, but I found nothing I could click that would open the thread and show me the answers to the questions. I may be really dumb here, but I just gave up. NEVERMIND: I tried again, it is working now. Maybe it just wasn't working when I tried it, sigh.
Their forums definitely need help. I'm sure their plan was to make it good and I don't know if it's Zendesk or the way they implemented Zendesk, but it's not a fluid process.
21 comments
[ 3.5 ms ] story [ 42.2 ms ] threadEven in the documentation section, the Getting Started and Styling Reference both 404.
[1] - http://xo9.us/img/features/themes.png
http://www.pixate.com/docs/framework/ios/2.0/style-reference...
Similar to 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.
I see the terms UI framework and CSS, so I think Bootstrap. But then I see developer API and engine so I think Sencha Touch.
You should have something similar on your main home page.
[1] - http://appstore.com/xo9
http://www.pixate.com/docs/framework/ios/2.0/getting-started... Half of the links in the bottom are broken.
Is there any performance considerations to considerate when using Pixate? How fast is the CSS parsing and rendering?
https://news.ycombinator.com/item?id=2364128
OT but does anyone have any idea how much work it would be to port NUI or similar to Objective-J/Cappuccino? I really want to use Cap, but it's not designer friendly to theme and the default theme is looking a bit long in the tooth.
I have to download it to find out what it looks like, how it performs, and how it's written?
There's also a help forum where people can ask questions and people reply on it. I could not figure out to actually read the answers. you can only read parts of it if you search the answers. I may be really stupid here, but I found nothing I could click that would open the thread and show me the answers to the questions. I may be really dumb here, but I just gave up. NEVERMIND: I tried again, it is working now. Maybe it just wasn't working when I tried it, sigh.