shinonome-inc / mobile_tak848

0 stars 0 forks source link

【最終課題】フォロー・フォロワー画面の作成 #20

Closed TAK848 closed 2 years ago

TAK848 commented 2 years ago
TAK848 commented 2 years ago

collectionView VS tableView セルの形的には,collectionViewにしたいかなー 1行1つにすれば大した手間でも無いだろうし

TAK848 commented 2 years ago

UILabel と UITextField に余白 (padding) を追加する方法 (Swift) - iOS アプリの開発 - iOS 開発入門 https://softmoco.com/basics/how-to-add-padding-to-uilabel-and-uitextfield.php

TAK848 commented 2 years ago

【Swift】CollectionViewを使用してみる - Qiita https://qiita.com/sasao3/items/581b3f1bb9da0d4c4d89 AutoLayoutを使ったUICollectionViewのグリッドレイアウト - Qiita https://qiita.com/takehilo/items/6ec10549640c33484fac UICollectionView の Layout で悩んだら - クックパッド開発者ブログ https://techlife.cookpad.com/entry/2017/06/29/190000 CollectionViewCellのサイズ調整|Playground発!アプリ開発会社の技術ブログ https://tech.playground.style/swift/collectionview-size/ 【Swift】UICollectionViewの余白などのサイズ調整方法|Hiromiick Tech Blog https://hiromiick.com/collection-view-sizing/

TAK848 commented 2 years ago

ios - UICollectionView, full width cells, allow autolayout dynamic height? - Stack Overflow https://stackoverflow.com/questions/44187881/uicollectionview-full-width-cells-allow-autolayout-dynamic-height Trying to use AutoLayout for a square UICollectionView | Apple Developer Forums https://developer.apple.com/forums/thread/99363 ios - How can i set only one collection view for sizeForItemAt? - Stack Overflow https://stackoverflow.com/questions/41361113/how-can-i-set-only-one-collection-view-for-sizeforitemat ios - How to add spacing between UITableViewCell - Stack Overflow https://stackoverflow.com/questions/6216839/how-to-add-spacing-between-uitableviewcell/33931591#33931591 ios - 100% width of collectionView with CGSize in Swift 3 - Stack Overflow https://stackoverflow.com/questions/41489313/100-width-of-collectionview-with-cgsize-in-swift-3 UICollectionViewCell which resizes… | Apple Developer Forums https://developer.apple.com/forums/thread/46468 ios - UICollectionView Self Sizing Cells with Auto Layout - Stack Overflow https://stackoverflow.com/questions/25895311/uicollectionview-self-sizing-cells-with-auto-layout/37070589 ios - UICollectionView, simply fit cell to width? - Stack Overflow https://stackoverflow.com/questions/24915443/uicollectionview-simply-fit-cell-to-width

TAK848 commented 2 years ago

ios - CollectionView cells initially appearing too small, then jumping to correct size - Stack Overflow https://stackoverflow.com/questions/52837297/collectionview-cells-initially-appearing-too-small-then-jumping-to-correct-size ios - How to resize the collection view cells according to device screen size? - Stack Overflow https://stackoverflow.com/questions/40974973/how-to-resize-the-collection-view-cells-according-to-device-screen-size

TAK848 commented 2 years ago

swift - UICollectionView sizeForItemAt Called But Not Sized Correctly - Stack Overflow https://stackoverflow.com/questions/58290911/uicollectionview-sizeforitemat-called-but-not-sized-correctly

TAK848 commented 2 years ago

公式doc UICollectionView | Apple Developer Documentation https://developer.apple.com/documentation/uikit/uicollectionview estimatedItemSize | Apple Developer Documentation https://developer.apple.com/documentation/uikit/uicollectionviewflowlayout/1617709-estimateditemsize

TAK848 commented 2 years ago

ios - Prevent Interface Builder from auto creating Constraints? - Stack Overflow https://stackoverflow.com/questions/30534850/prevent-interface-builder-from-auto-creating-constraints

TAK848 commented 2 years ago

omake UICollectionViewに設置されたUILabelの幅を文字サイズに合わせたい。 https://teratail.com/questions/261297 iOS 10時代の Self-sizing UICollectionViewCell - Qiita https://qiita.com/usagimaru/items/e0a4c449d4cdf341e152 Combine.framework+DiffableDataSourceでリストUIを実装してみる - Qiita https://qiita.com/zrn-ns/items/494008cd012e2fda13e1

TAK848 commented 2 years ago

救世主

Advances in Collection View Layout - WWDC19 - Videos - Apple Developer https://developer.apple.com/videos/play/wwdc2019/215 Implementing Modern Collection Views | Apple Developer Documentation https://developer.apple.com/documentation/uikit/views_and_controls/collection_views/implementing_modern_collection_views

Using compositional collection view layouts in iOS 13 – Donny Wals https://www.donnywals.com/using-compositional-collection-view-layouts-in-ios-13/

使いたい

UICollectionViewでお手軽にUITableViewライクなリストレイアウトを実現する「Lists in UICollectionView」セッションメモ #WWDC20 | DevelopersIO https://dev.classmethod.jp/articles/wwdc-20-lists-in-uicollectionview/

TAK848 commented 2 years ago

constraintを直接いじる

ios - NSLayoutConstraint constant not updating after setting - Stack Overflow https://stackoverflow.com/questions/25241191/nslayoutconstraint-constant-not-updating-after-setting

TAK848 commented 2 years ago

navigation bar

採用

backButtonDisplayMode | Apple Developer Documentation https://developer.apple.com/documentation/uikit/uinavigationitem/3656350-backbuttondisplaymode UINavigationItem.BackButtonDisplayMode | Apple Developer Documentation .minimal https://developer.apple.com/documentation/uikit/uinavigationitem/backbuttondisplaymode 長押し iOS14で戻るボタンに長押しアクションが追加された - ねこ島 https://nekowen.hatenablog.jp/entry/2020/08/02/111319

不採用

ナビゲーションバーの戻るボタンのタイトルだけを消す方法 | MT312 https://mt312.com/643

TAK848 commented 2 years ago

タブバーを消す(超簡単だった

uitabbarcontroller - How to hide tab bar with animation in iOS? - Stack Overflow https://stackoverflow.com/questions/20935228/how-to-hide-tab-bar-with-animation-in-ios

TAK848 commented 2 years ago

ios - UITableViewCell margin left and right - Stack Overflow https://stackoverflow.com/questions/38719691/uitableviewcell-margin-left-and-right ios - Tableview cell border not occupying full width in swift - Stack Overflow https://stackoverflow.com/questions/63153528/tableview-cell-border-not-occupying-full-width-in-swift ios - How to add spacing between UITableViewCell - Stack Overflow https://stackoverflow.com/questions/6216839/how-to-add-spacing-between-uitableviewcell