原创 objective-c之Category和Extension

Category是Objective c中的一種機制, 具體是這樣定義的:Category擁有一個名字,它不需要使用子類(Subclassing)機制,就允許向一個類文件中添加新的方法聲明,並且在類實現的文件中的同一個名字下定義這些方法。

原创 各種網盤的對比

哪個網盤最好用?IOS網盤大比拼 http://www.iguor.com/12596.html

原创 Receiver type 'CALayer' for instance message is a forward declaration編譯錯誤解決辦法

編譯錯誤 Receiver type 'CALayer' for instance message is a forward declaration 解決辦法 在你的.m文件中引入 #import<QuartzCore/QuartzCo

原创 UITableViewController和UIViewController的區別

UITableViewController繼承自UIViewController,但是initWithNibName:bundle:方法的行爲是不一樣的。普通的UIViewController如果nibName參數是nil,則自動載

原创 SimpleAudioEngine方法playEffect參數

[[SimpleAudioEngine sharedEngine] playEffect:@"gunfire.mp3" pitch:0.5f pan:0.5f gain:0.5f ]; pitch:高音,範圍是[0.5~2.0],

原创 Objective-c之UIFont

UIFont 設置字體     1 label.font = [UIFont fontWithName:@"Arial-BoldItalicMT" size:24];     字體名如下:   Font Fami

原创 objective-c之NSArray和NSMutableArray區別和轉換

NSArray和NSMutableArray的區別是,NSArray不可變,NSMutableArray可變。 NSArray轉換成NSMutableArray方法: NSMutableArray *myMutableArray = [N

原创 Super Sprites(超能精靈)

Super Sprites(超能精靈)-新穎刺激的優秀消除遊戲 http://www.iguor.com/11855.html

原创 百度網盤-您的網絡U盤

百度網盤-您的網絡U盤 http://www.iguor.com/11862.html

原创 Spider-Man: Total Mayhem(蜘蛛俠)

Spider-Man: Total Mayhem(蜘蛛俠)-電影遊戲中的精品 http://www.iguor.com/11328.html

原创 惠800

惠800-錯誤百出的優惠軟件 http://www.iguor.com/11835.html

原创 IOS中最優秀的檯球遊戲

International Snooker 2012-獨步當今IOS檯球遊戲 http://www.iguor.com/9456.html 點贊 收藏 分享 文章舉報 w

原创 objective-c之@synthesize和@property含義

 Objective-C語言關鍵詞,與@synthesize配對使用。   功能:讓編譯好器自動編寫一個與數據成員同名的方法聲明來省去讀寫方法的聲明。   如:   1、在頭文件中:   @property int cou

原创 objective-c指UITabelView

1.   首先,Controller需要實現兩個  delegate ,分別是  UITableViewDelegate 和  UITableViewDataSource    2.然後 UITableView對象的 delegat

原创 關於'CALayer position contains NaN: [nan nan]'異常

異常 Terminating app due to uncaught exception 'CALayerInvalidGeometry', reason: 'CALayer position contains NaN: [nan nan