Community Questions & Answers

Change to Retina crashes?

Hello, I have an app and it works fine in normal size, but when I change the hardware to iPad or iphone Retina via the simulator it crashes the app with little to no feedback in the console? ~~~ [DEBUG] App Spec:...

Graphic List

Hi, is there a list somewhere of all the graphics extra naming conventions that I need to create for Apple, Android, BB, Windows etc.. I just want to make sure that I create all my graphics in one go rather than develop and create.

Detect Retina?

Hey, ist there any option to detect if the device is retina or not? platformwidth etc. always returns 320 pixel ... greetings, nico :)

How to use the @2x images

Hello to all you guys! I would like to have some clarification about the images with **@2x** suffix. The images of the splash screen are three: **Default.png - Default@2x.png - Default-568h@2x.png** And in case the device is a device with retina display...

iPad 3 Retina Splash Screen

Hi I'm trying to get my splash screen to look proper on the new iPad. Initially, when the app loads the splash screen looks like expected. However, after around two seconds, it seems like the retina-optimized splash screen is replaced by the...

backgroundImage retina display issue

This is not a question but a solution. If you use backgroundImage on iPhone and you have both normal and @2x images to display you can fix the double size image problem by changing lines around 426 (where you see the TiDimensionLayerContentCenter call) in...

Coverflow unsharp images

Hi, I got pictures for Retina and standard Displays with abc.png and abc@2x.png. The problem is, that the Coverflow images look kind of unsharp. If I look at the picture on my Mac Preview it is much more sharper than the one on the iPhone. Any...

@2x also images in webView?

I am currently developing an app for the new iPad 3 (retina screen). I will include all the images in both plain (standard resolution) and @2x version (x2 resolution). But I don´t know if this rule also applies for local webView images. So, will the...

Retina Display & imageView Dimensions

Ok, I have figured out how to handle the image.png and image@2x.png with no issues at all! It's tricky to understand the paths and how it work, and where to place the images..! but all is ok! my question now is this.. I have the following...

Retina images issues @2x.png

I have designed my application background (320x480), placed it at /Resources/src/images/iphone/background.png and it works great at the simulator. I have also created my retina image (640x960), and placed it at...

Graphics Issue (low priority but serious)

Hello everyone, I'm not sure if you are aware, but apparently if you submit an app (iOS) after 1st July, and your graphics are not optimized for Retina Display, the app will be rejected. How on earth do I optimize for Retina? The graphics i've used look...

ScreenShot in Retina Sizes

Hi all, I am trying to take a screen shot of my current screen.I have the screenshot working well, and it saves off as required. The problem is that when i take the saved image is in the size of the window resolution (ex.320X480). How to save in retina...

resolution..?

Hi, When designing an app for iPhone (3&4), how do you deal with the different resolutions (640x480 vs 960x640)? For example if I want to create a background for a window, what resolution do I set for this background? Thanks, Idan

Blurry Text on a TextField...

I am developing an iPad application and I have a textField and a standard Label next to each other... For one reaosn or another, the textField text looks quite blurry compared to the label which is very crisp. I have read some stuff on Retina Display, but...

iPad Retina Splash screen file names

Found this great table: http://docs.appcelerator.com/titanium/2.0/index.html#!/guide/Icons_and_Splash_Screens-section-29004897_IconsandSplashScreens-iOSgraphicassetrequirementsandoptions on file naming conventions for all the iOS graphics requirements...

Detecting (new) iPad (3) dpi and retina

Hi All, This is not a really question, is a share of my code changes to detect the new iPad with retina display on Titanium mobile (mobilesdk-2.0.0.v20120314154741). I change this 2 functions on TiUtils.m: ~~~ +(int) dpi { if ([TiUtils isIPad]) { ...

toImage() resolution

Hello! I have a view which dimensions are 250x250 px. I want to have an image of this view in it's native resolution, which is 500x500 because I am using a Retina display device. If I say view.toImage() the rendered image will not be retina sized. How can...

New Apps in Apple AppStore

Hi all, Just wanted to let you all know, i have 2 new apps in the AppStore. #### iSunMoon [Show in iTunes](http://rs.gs/isunmoon) paid version #### iSunMoonFree [Show in iTunes](http://rs.gs/isunmoonfree) free version with banners Both apps do the...

Retina and Layouts

Hello All, If I choose to ignore the iPhone's Retina display, can I simply code my app's views to 'traditional' iPhone screen resolution / item positioning and it should display OK on retina capable devices? Or am I obliged to put in extra code to deal...

Remote Retina

I've read lots of questions and followed the advice given but still having issues with this. I'm attempting to load two images from a remote server; however each image appears blurred and must be using the lower spec image. I have both the normal and @2x...

Using retina version of image for ipad

I have an universal iphone/ipad app and would like to load the @2x version of the image in the ipad version. Is this possible? Would be great so I wouldn't have to create a third version of the image just for ipad use. Trying to set image property of...

Showing 1-50 of 68 1 2