shinonome-inc / mobile_tak848

0 stars 0 forks source link

【最終課題】分類できなかったけど参考にした記事など #30

Closed TAK848 closed 2 years ago

TAK848 commented 2 years ago

[Swift]protocol extensionの上手な使い方 https://zenn.dev/mtfum/articles/b89b254bedfc6f 一部のViewControllerだけに機能を追加するのにprotocol extensionが便利だった話 - Qiita https://qiita.com/yamazaki_sensei/items/0d4845d9b4d8b415f1fd

TAK848 commented 2 years ago

【初心者向け】UITableViewCellの再利用を理解する - もちゅろぐ https://blog.mothule.com/ios/uitableview/ios-uitableview-lifecycle

TAK848 commented 2 years ago

iOS13のSceneDelegate周りのアプリの起動シーケンス - Qiita https://qiita.com/omochimetaru/items/31df103ef98a9d84ae6b

TAK848 commented 2 years ago

Managing Your App's Life Cycle | Apple Developer Documentation https://developer.apple.com/documentation/uikit/app_and_environment/managing_your_app_s_life_cycle UIViewControllerのライフサイクル - Qiita https://qiita.com/motokiee/items/0ca628b4cc74c8c5599d 【iOS】画面遷移の基礎【Swift3.0】 - Qiita https://qiita.com/fromage-blanc/items/b3cb0e7833a1d5659463 【iOS】遷移方法まとめとエンジニア1年生の独り言 https://zenn.dev/itakahiro/articles/b100120966ed39

TAK848 commented 2 years ago

ios - Trying to dismiss the presentation controller while transitioning already - Stack Overflow https://stackoverflow.com/questions/25762466/trying-to-dismiss-the-presentation-controller-while-transitioning-already ios swift cannot dismiss view controller - Stack Overflow https://stackoverflow.com/questions/66482803/ios-swift-cannot-dismiss-view-controller

TAK848 commented 2 years ago

subview.frame = view.bounds よりも良い書き方 - Qiita https://qiita.com/mishimay/items/e9ecf3f352aad4433c24