会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
润物细无声
蓦然回首,那人却在灯火阑珊处
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
2010年9月30日
Get iPhone App Version from Info.plist
摘要: [[NSBundle mainBundle] objectForInfoDictionaryKey:@”CFBundleVersion”](It’s an NSString*.)
阅读全文
posted @ 2010-09-30 15:58 harvey.ding
阅读(246)
评论(0)
推荐(0)
2010年9月29日
UIButton在ipad设备上的异常
摘要: 当iphone应用在ipad上运行时,设定button的image会在ipad上出现过度拉伸的现象,如改成backgroundimage就没问题了
阅读全文
posted @ 2010-09-29 09:54 harvey.ding
阅读(250)
评论(0)
推荐(0)
2010年8月13日
data 转换 中文
摘要: NSStringEncoding strEncode = CFStringConvertEncodingToNSStringEncoding(kCFStringEncodingGB_18030_2000); NSString *strReceive = [[NSString alloc] initWithData:receivedData encoding:strEncode];
阅读全文
posted @ 2010-08-13 16:49 harvey.ding
阅读(176)
评论(0)
推荐(0)
Change Company Name in Xcode
摘要: By default, Xcode inserts a company name something similar to the following in all new source files (.m .h etc): Copyright (c) 2009 MyCompanyName. All rights reserved.Changing this reference is as sim...
阅读全文
posted @ 2010-08-13 10:15 harvey.ding
阅读(363)
评论(0)
推荐(0)
上一页
1
2
公告