Javier Rayon

Results 15 comments of Javier Rayon

I get it working, adding this code to detect the screen scale ``` CGFloat scale; if ([[UIScreen mainScreen] respondsToSelector:@selector(scale)]) { scale=[[UIScreen mainScreen] scale]; } else { scale=1; //only called in...

the file is compiled with titanium 2.0.1GA2 in order to be compatible with iOS 5.1. This iOS version is required to use the retina display in new iPad.

About the 0.2 folder inside the 0.3 zip, check it again, I think the file is ok...

something weird happened with my first pull request. Anyway, I've uploaded again and sent pull request with the file including that code (meanwhile the requests is approved, find the code...

seems that TiStyledLabel requires an upgrade to titanium 2, it does not calculate the height correctly in some situations (using height Ti.UI.SIZE). You may want to capture postlayout event, which...