ios
AFNetworking - NSScreencast podfile depencency 'AFNetworking' dependency 'JSONKit' pod install NSURLRequest AFRequestOperation success failure [operation start] JSON NSDictionary [obj objectForKey:@"field"] [cell.imageView setImageWithURL:…
CocoaPods - NSScreencast linking static library (copy, linking) gem install cocoapods pod setup pod list pod search hoge Podfile platform dependency pod install Sample.xcodeproj/ Podfile.lock Pods in xcode proj Pods.xcconfig import header …
Automated Testing with Kiwi - NSScreencast RSpec style Normal test suffix Tests (void)setup (void)tearDown STAssertEquals clone kiwi into lib foler drag as sibling of project Build Phases kiwi.a Build Settings some FLAGS other linker FLAG …
UITableView Basics - NSScreencast Protocol definition <UITableViewDataSource, UITableViewDelegate> Placeholders - Objects Cell reuse queue cell Identifier dequeueResusableCellWithIdentifier simulatorではパフォーマンスの違いが分からないがdeviceでは分かる NSBundle -> arrayWithContents</uitableviewdatasource,>…
Diagnosing Memory Problems - NSScreencast over releasing Static analyzer (Menu -> Product -> Analyze) Profiler -> Leaks (Instruments) snapshot interval Profiler -> Zombies DON'T use nil in dealloc
Objective-C Basics - NSScreencast interface (.h), implementation (.m) Instance Method(-), Class Method (+) can add line break in each argument objc_msgSend [recipient Message:message] arc (automatic reference countiing) [[Type alloc] init]…
Core Data Basics - NSScreencast Core Data Build Phases -> CoreData.framework mogenerator Relationiships sharedDataModel sqlite store Scheme -com.apple.CoreData.SQLDebug 1 App for Sqlite Menial » Base 2 insertInManagedObject CoreData book (…
Importing into Core Data - NSScreencast CoreData add Build Phase on XCode mogenerator MBProgressHUD AFJSONRequestOperation dispatch_async 進捗表示(パーセント) むずい 慣れることだ
Setting up Jenkins - NSScreencast Jankins好きにはたまらない Mac上でJenkins brewで簡単インストール jenkinsでxcode projectをbuild