際際滷

際際滷Share a Scribd company logo
iPad miniでRetina
      hirobe
徭失B初

? レ何匯置
  @hirobe
? miil (FrogApps)
? SpeedText
iPad miniでましたね
?
すごくいい

? すごくいい

? すごくいい
iPad miniでましたね
? すごくいい

? すごくいい

? すごくいい
? not Retina
iPhoneアプリもNot Retina
20121201yidev hirobe iPad miniでRetina
iPhoneアプリは
  檎艶岳庄稼温に
できるでしょ
┰睿餠筏弔烹
檎艶岳庄稼温に
20121201yidev hirobe iPad miniでRetina
やりかた

view.contentScaleFactor = 2.0f;
寄嬋健なん


? もちろん at your own risk。。。
? ほんとはユニバ`サルアプリ晒するの
 が屎しいよね
UIImage
? iみzむ圭
 そのままでおk
  UIImage *image = [UIImage imageWithData:data];
  imageView.image = image;

? リソ`ス
 @2x.pngのみをバンドルする
UIKit
subviewsのスケ`ルを筝
  - (void)rescaleSubviews:(UIView*)parentView {
      parentView.contentScaleFactor = 2.0f;
      if (parentView.subviews) {
          for (UIView *childView in parentView.subviews) {
              [self rescaleSubviews:childView];
          }
      }
  }




UIViewController吉で
  [self rescaleSubviews:self.view.window];

  [self rescaleSubviews:self.navigationController.navigationBar];

  [self rescaleSubviews:self.view];
どこで筝するか
? UIViewController
           - (void)viewDidLayoutSubviews;
            (iOS5參貧)

? UIView   - (void)layoutSubviews;


? UITableViewCell
           - (UITableViewCell *)tableView:
           (UITableView *)tableView
           cellForRowAtIndexPath:(NSIndexPath
           *)indexPath;
m鬉任ないもの

? キ`ボ`ド、テキスト秘薦
? UIWebView
? etc..
 このxりをいじるとRejectされる
}泣
? 2蔚モ`ドじゃないと宙鮫が残くなる
 RetinaじゃないiPhoneでも
おわり

More Related Content

20121201yidev hirobe iPad miniでRetina

Editor's Notes

  1. \n
  2. \n
  3. \n
  4. \n
  5. \n
  6. \n
  7. \n
  8. \n
  9. \n
  10. \n
  11. \n
  12. \n
  13. \n
  14. \n
  15. \n
  16. \n
  17. \n