flyingbirdのiPhoneアプリ開発記録

- PolyRhythmの中の人がiPhoneアプリ開発中に思ったことを記録するブログです -

2016-11-01から1ヶ月間の記事一覧

TwitterApiのカンマ・・・

TwitterのApiを叩くとき・・・ 例えば、ttps://api.twitter.com/1.1/users/lookup.jsonとか。 クエリにuser_id=xxx,xxx,xxx,xxxとかくっつけるんだけど、 URLエンコードする際にちょっとした癖が・・・ 通常カンマ","は"%2C"にエンコードすれば良いのだが、 …

【Swift3】ArraySlice

以下に移動しました www.poly-rhythm.com

timeIntervalSince1970

timeIntervalSince1970の戻り・・・小数点以下の部分、swiftのほうが 1桁短いでやんの・・・ [[NSDate date] timeIntervalSince1970]]; Date().timeIntervalSince1970