objective c - Maximum size of UIImage tiles for iPhone 4 -


i have iphone app containing large static image, sliced 1024x1024 tiles , put in uiscrollview. i'm not clear whether can use larger tiles on iphone 4.

if want support double-res image iphone 4, should i:

  1. create 2048x2048 tiles @2x suffix or
  2. create 4 times many 1024x1024 tiles , write logic load in these tiles on iphone 4

for iphone 4 create 2048x2048 tiles @2x suffix. have not change code. add these images.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -