Pixate is a mobile development engine for the rapid creation of native apps with a focus on rich user experience, social integration, and performance.
Questions tagged [pixate]
82 questions
0
votes
1 answer
Customise UITabBar in RubyMotion
Using Rubymotion, how can I remove glossy effect on my tabbar item ?
I found this ObjC solution :
[yourTabbar setSelectionIndicatorImage:[[UIImage alloc] init]];
But the glossy effect is still there when I translate it in Ruby this way (in…

Nanego
- 1,890
- 16
- 30
0
votes
2 answers
Pixate + AutoLayout, changing the size using CSS breaks the style
I am developing a iOS App creating the GUI programmatically using iOS 6 AutoLayout and CSS styling using Pixate. Everything seems to be working fine as long as I don't modify the size of the elements using Pixate CSS.
This is a sample view with…

redent84
- 18,901
- 4
- 62
- 85
0
votes
1 answer
Comment out one or multiple lines of code in CSS
The subject says it all: how can I comment out a single (and probably multiply lines of code) in a pixate css.

brainray
- 12,512
- 11
- 67
- 116
0
votes
2 answers
How to change cell height in UITableView and Pixate
Im trying to figure out how to change the cell height in a UITableView using Pixate.
According to the pixate documentation there is a row-height
I've tried:
setting the UITableView styleId to myTable and:
#myTable {
row-height: 50px;
}
but that…

Deekor
- 9,144
- 16
- 69
- 121
0
votes
1 answer
MonoTouch Pixate UITableViewCell style setting
Having a tough time getting the styling to apply on a UITableViewCell that has a custom View with a UIImage within it using PIXATE.
I have tried several variations;
PixateEngine.SetStyleId(ctrl.MyImage, “myStyle”);
#myStyle {
border-radius :…

Ryan Anderson
- 937
- 10
- 23
-2
votes
1 answer
UIAlertContoller Textfield width iOS 9
As you can see in the image below, the TextField of the UIAlertController loses it's width.
I have this problem while running my project that uses PixateFreestyle in iOS 9.
-2
votes
2 answers
Running a preprocessor w/ Pixate Freestyle iOS
I stumbled across Pixate today and I'm really excited about it.
As awesome as it is, CSS could be improved, particularly with a preprocessor. I'm not very familiar with the anatomy of preprocessors so my question to SO is if it's possible to…

jakenberg
- 2,125
- 20
- 38