摘要: [[NSBundle mainBundle] objectForInfoDictionaryKey:@”CFBundleVersion”](It’s an NSString*.) 阅读全文
posted @ 2010-09-30 15:58 harvey.ding 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 当iphone应用在ipad上运行时,设定button的image会在ipad上出现过度拉伸的现象,如改成backgroundimage就没问题了 阅读全文
posted @ 2010-09-29 09:54 harvey.ding 阅读(237) 评论(0) 推荐(0) 编辑
摘要: NSStringEncoding strEncode = CFStringConvertEncodingToNSStringEncoding(kCFStringEncodingGB_18030_2000); NSString *strReceive = [[NSString alloc] initWithData:receivedData encoding:strEncode]; 阅读全文
posted @ 2010-08-13 16:49 harvey.ding 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(358) 评论(0) 推荐(0) 编辑