參考文章: http://blog.csdn.net/like7xiaoben/article/details/8969093 為什么編譯器會(huì)報(bào)...
NSAttributedString: An NSAttributedString object manages character strin...
知識(shí)儲(chǔ)備1.1 AFNetworking 是一個(gè)輕量級(jí)的iOS 網(wǎng)絡(luò)通信類庫1.2 AFNetworing 基于 NSOperation和NSU...
1.nil: 指向一個(gè)對(duì)象的空指針, 對(duì)Objective-C中id對(duì)象付空值.2.Nil:指向一個(gè)類的空指針, a null pointer ...
[[UINavigationBar appearance] setBarTintColor:[UIColor lightGrayColor]];...
(void)viewDidLoad {[super viewDidLoad];int array[] = {10, 20, 30, 40};in...
URI: Uniform Resource Identifier, 統(tǒng)一資源標(biāo)識(shí)符,用來標(biāo)識(shí)網(wǎng)絡(luò)資源名稱的獨(dú)有字符串。這種標(biāo)識(shí)允許用戶對(duì)互聯(lián)網(wǎng)或...
What does alloc do?It allocates a chunk of memory to hold the object and...