程式設計筆記
學習‧工作
網頁
(移至...)
首頁
▼
2013年10月4日 星期五
本部落格已經搬家囉~
›
由於租用了VPS也買了網域,請至以下網址觀看新的部落格吧。 http://blog.dreambreakerx.com/ 歡迎訂閱 XD
2012年10月20日 星期六
Apple Push Notification Services (APNS)
›
Apple Push Notification Services Tutorial: Part 1/2 Apple Push Notification Services Tutorial: Part 2/2 1.產生Certificate Signing Request...
Cocos2d 以及 Cocos2d-x 模版安裝
›
因為步驟差不多所以寫在一起 請自行分辨 先去官方網站下載解壓縮 Cocos2d Cocos2d-x 裡面有個 install-templates.sh 或是 install-templates-xcode.sh 用簡介取得他的目錄位置,之後要用終端機打指令執行它 ...
2012年4月19日 星期四
根據內容多寡,調整cell高度
›
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString *CellIdentifier =...
UIViewContentModeScaleAspectFill後將多餘區域切除
›
UIImage *image = [UIImage imageNamed:@"image.jpg"]; UIImageView *imageView = [[UIImageView alloc] initWithFrame:CGRectMake(10, 1...
2012年4月9日 星期一
plist讀取
›
- (void)viewDidLoad { [superviewDidLoad]; NSString *path = [[NSBundlemainBundle] pathForResource:@"locations"ofType:@"p...
[轉載] NSString 常用轉換&格式化
›
關於 NSString 的二三事 http://furnacedigital..com/2011/04/nsstring.html
›
首頁
查看網路版