Entries from 2012-08-14 to 1 day

iPhone アプリ #18

JSON。 NSData *data = [@"{\"Hello\": \"World\"}" dataUsingEncoding:NSUTF8StringEncoding]; NSDictionary *jsonObject = [NSJSONSerialization JSONObjectWithData:data options:NSJSONReadingAllowFragments error:nil]; NSString* str = [jsonObject o…

iPhone アプリ #17

テーブル。 よくわかるiPhoneアプリ開発の教科書