iOSアプリ開発のメモ置き場

ささたつがiOSアプリ開発で知ったObjective-Cのtipsなどを書いていく所存

メインスレッドかどうかを確認する

NSLog(@"isMainThread:%d", [NSThread isMainThread]);