????6??MagicalRecord
???????Core Data?????????????????ù?????ú???????????????У?MagicalRecord???????????Щ??????
??????????????Core Data????????????????????NSFetchRequest???
???????iOS 5.0??????汾??Mac OS 10.7??????汾
???????ARC
??????????iCloud???Core Data???

????7??RestKit
????Restkit??????????Objective-C????
????????iOS??Mac OS X??Objective-C????RESTful Web??????м?????
????????????HTTP request/response API
??????????????????????????????????
????RestKit?????JSON/XML????????????????????SBJSON??YAJL????JSON????
????????????????????REST???API????????RestKit???????ó???????????????????????????
???????Restkit

????8??TestFlight
?????????????????????????TestFlight??????????iTunes??????????????????????????????
???????????????????UDID??iOS ?汾??????汾?????????????????????????????TestFlight????????????????????iPhone??????????е???????????????????
?????????????????????????????????????IPA?????TestFlight??????????????????????????????????????????????????TestFlight?????????????????????iPhone????TestFlight?????TestFlight???????????IPA?????????iPhone??
????????????????г???????Testfligh??????????????????????
??????????????????App????????????????????

????9??MBProgressHUD
???????????ó?????????????????????????Ч???????????API????????????????????????????????AppStore????MBProgressHUD????????????????????Ч???????????????????????????
????????????????????????????????????????????????????
??????????????????????????????????????????????x??y????????????iOS????????????????????????????????
????MBProgressHUD???????κ?iOS?汾?????LLVM 3.0????????????????????ARC????ARC??????????????????????????
????Foundation.???
????UIKit.???
????CoreGraphics.???
???????????Ч??

????10??AFNetworking
????AFNetworking?????????????iOS??????????????????NSURLConnection??NSOperation?????????????ú????????????????????????
???????HTTP????????REST?????????????GET??POST?? PUT??DELETE???
???????ARC
???????iOS 5.0??????汾
???????Щ?????????е?????????????????????API
??????URL?л??JSON?????????????????????漸?д???
????NSURL*url=[NSURLURLWithString:@"https://alpha-api.app.net/stream/0/posts/stream/global"];
????NSURLRequest*request=[NSURLRequestrequestWithURL:url];
????AFJSONRequestOperation*operation=[AFJSONRequestOperationJSONRequestOperationWithRequest:requestsuccess:^(NSURLRequest*request??NSHTTPURLResponse*response??idJSON){
????NSLog(@"App.netGlobalStream:%@"??JSON);
????}failure:nil];
????[operationstart];
????????10????У?AFNetworking?????????????GitHub???????Objetive-C??iPhone??iPad???????????????????????????
?????????????????????????????????????????????????????????????????