
iOS
liuqzan
这个作者很懒,什么都没留下…
展开
-
linphone iphone syntax error: unexpected end of file
these days I want to compile the linphone sdk for ios. as my company has blocked the git port . So I got the sdk archive from my colleague who downloaded it from Israel in a window environment. after...原创 2012-12-11 15:54:43 · 162 阅读 · 0 评论 -
Gamma Correction/Color on iPhone
Linearity and Gamma http://www.arcsynthesis.org/gltut/Illumination/Tut12%20Monitors%20and%20Gamma.html Color on iPhone http://www.colorwiki.com/wiki/Color_on_iPhone原创 2013-12-19 17:07:04 · 208 阅读 · 0 评论 -
Color management in ios devices with photoshop
http://bjango.com/articles/photoshop/原创 2014-01-15 18:16:57 · 105 阅读 · 0 评论 -
Color management in ios devices with photoshop
http://bjango.com/articles/photoshop/原创 2014-01-15 18:17:13 · 130 阅读 · 0 评论 -
iPhone Store Kit “Cannot connect to iTunes Store”
When develop the IAP feature follow with the Apple IAP guide , I get a failed case: - (void)paymentQueue:(SKPaymentQueue *)queue updatedTransactions:(NSArray *)transactions case SKPaymentTransac...原创 2014-07-10 12:12:12 · 404 阅读 · 0 评论 -
xcode automatic covert launch images from png to tiff
-> build settings -> COMBINE_HIDPI_IMAGES to NO this is the only solution that works and no other change is necessary http://stackoverflow.com/questions/12244494/image-resources-for-ios原创 2015-01-19 01:15:31 · 233 阅读 · 0 评论 -
launch images in landscape mode not showed on iphone 4s/5/5s in iOS 8
launch images in landscape mode not showed on iphone 4s/5/5s in iOS 8 Solved it by going the old proven way: Provide all the above assets for apps in landscape only Dont use AssetCatalog ...原创 2015-01-19 01:19:22 · 257 阅读 · 0 评论