posts - 9,  comments - 0,  trackbacks - 0
          判斷當(dāng)前設(shè)備:
          Ipad:

          #define isPad(UI_USER_INTERFACE_IDIOM()==UIUserInterfaceIdiomPad)

          Mac&Iphone&Ipod:

          #if TARGET_OS_IPHONE
          NSLog(
          @"iphone");
          #elif TARGET_OS_MAC
          NSLog(
          @"mac");
          #elif
          NSLog(
          @"other");
          #endif

          縮放圖片:

          -(UIImage *)scaleimage:(UIImage *)img size:(CGSize)c
          {
              UIGraphicsBeginImageContext(c);
              [img drawInRect:CGRectMake(
          00, c.width, c.height)];
              UIImage 
          *image=UIGraphicsGetImageFromCurrentImageContext();
              UIGraphicsEndImageContext();
              
          return image;
          }
          posted on 2010-10-22 15:45 閱讀(239) 評(píng)論(0)  編輯  收藏

          只有注冊(cè)用戶(hù)登錄后才能發(fā)表評(píng)論。


          網(wǎng)站導(dǎo)航:
           
          <2010年10月>
          262728293012
          3456789
          10111213141516
          17181920212223
          24252627282930
          31123456

          常用鏈接

          留言簿(1)

          隨筆檔案

          文章分類(lèi)

          搜索

          •  

          最新評(píng)論

          閱讀排行榜

          評(píng)論排行榜

          主站蜘蛛池模板: 绥芬河市| 松桃| 红原县| 阿荣旗| 昭苏县| 泾阳县| 隆回县| SHOW| 郯城县| 察雅县| 合水县| 昌邑市| 凤庆县| 满洲里市| 靖远县| 临沂市| 诏安县| 桓台县| 泌阳县| 项城市| 青神县| 榆林市| 伽师县| 米脂县| 唐河县| 浦江县| 东乡| 榆林市| 星子县| 峨山| 彝良县| 濮阳市| 天镇县| 曲麻莱县| 韶山市| 阜城县| 江陵县| 南华县| 乌苏市| 中超| 休宁县|