1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Swift参考記事まとめ

Posted at

個人的に定期的に見返したい記事をまとめてみました。

###アニメーション
swiftアニメーション基礎
▶︎https://qiita.com/hachinobu/items/57d4c305c907805b4a53

タップ位置から「吹き出し」を表示する
▶︎https://qiita.com/ddd503/items/2bd35b86313f1761e8e0

###サーバ通信
HTTPリクエスト概要について
▶︎https://github.com/mixi-inc/iOSTraining/blob/master/Swift/pages/day3/4-2_HTTP-request-basic.md

JSONSerializationについて
▶︎https://github.com/mixi-inc/iOSTraining/blob/master/Swift/pages/day3/4-1_JSON.md

Swiftでのサーバ通信のわかりやすい説明
▶︎https://qiita.com/eg_19_/items/552bbe865d97b56d213f

APIからデータを取得してTableViewに表示する流れの説明
▶︎https://qiita.com/dddisk/items/09b46c65434c117f1287

APIから受け取ったJSONデータをCodableプロトコルで構造体にマッピングする
▶︎https://qiita.com/eg_19_/items/95d212a2f1ef14044c2f

Swiftで指定したURLからHTMLのソースコードを取得する
▶︎https://qiita.com/SkyBluePHOENIX/items/31ee08b02b1800b8d509

HTTPリクエスト/レスポンス構成要素のわかりやすい解説
▶︎https://qiita.com/koheiyamaguchi0203/items/5777c4653a01ae4c7b06

###オプショナル
どこよりも分かりやすいSwiftの"?"と"!"
▶︎https://qiita.com/maiki055/items/b24378a3707bd35a31a8

1
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?