Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iOSアプリにTwitterフィードがあります。私は次の情報を持っています:ユーザー名とユーザーの投稿ですが、JSONで何を探すのか、投稿のタイムスタンプを取得できるかどうか、そしてどのように取得できるのか疑問に思いました。投稿された日付が欲しいだけです。ありがとうございました。
[NSString stringWithFormat:@ "Date:%@"、[tweet objectForKey:@ "created_at"]];