shinonome-inc / mobile_tak848

0 stars 0 forks source link

【最終課題】Feed画面の作成 #13

Closed TAK848 closed 2 years ago

TAK848 commented 2 years ago

要件

TAK848 commented 2 years ago

画像キャッシュ化は https://qiita.com/yasui83/items/73c31ddb72337e674fe3 を使用

TAK848 commented 2 years ago

APIリクエストを構造化するのに https://qiita.com/yimajo/items/dd0daae1b264570c152d

TAK848 commented 2 years ago

Codableで特定の要素のみを変換 https://web-y.dev/2021/03/21/swift-decodable-json-change-type-using-keyeddecodingcontainer/

TAK848 commented 2 years ago

CustomCellを楽に登録 https://qiita.com/REON/items/453314cd1244e1e5a265

TAK848 commented 2 years ago

全然関係ないけど,レビュー時のgif作成に https://qiita.com/wMETAw/items/fdb754022aec1da88e6e

ffmpeg -i Untitled2.mov -vf scale=600:-1 -r 10 Untitled2.gif -y
TAK848 commented 2 years ago

viewのロード周りを楽に https://blog.mothule.com/ios/ios-xib-optimaize

TAK848 commented 2 years ago

イラレからアプリアイコンを吐き出す https://github.com/MPieter/iOS-images-export-script-illustrator 完全にはうまくいかんかったけど楽にできた

TAK848 commented 2 years ago

WKWebViewを使うときはimport WebKitを忘れずに https://www.amarendrasingh.com/ios/xcode/cannot-find-type-wkwebview-in-scope/

TAK848 commented 2 years ago

searchControllerからsearchBarを取得とか諸々 https://stackoverflow.com/questions/34594743/how-to-have-uisearchcontroller-wait-until-search-is-clicked

TAK848 commented 2 years ago
TAK848 commented 2 years ago

searchController https://dev.classmethod.jp/articles/ios-11-uinavigationitem-searchcontroller/ UINavigationController https://qiita.com/am10/items/191a103053f118dcb1ec プロ https://techlife.cookpad.com/entry/2021/11/01/090000

フォルダ分け例 https://tech.naturalmindo.com/matome_filetree_swift/ https://qiita.com/ebi-toro/items/ec69643084c913489255

TAK848 commented 2 years ago

imageLiteral使用方法 https://teratail.com/questions/367809

TAK848 commented 2 years ago

CodingKeyを使わない方法 https://www.ohitori.fun/entry/how-to-decode-snakecase-json-in-swift decoderで