-
```
2021-10-01 20:05:05.807652-0700 App[86253:2647008] [UICollectionViewRecursion] is stuck in its update/layout loop. See previous logs in the "UICollectionViewRecursionCategory" to find callers th…
-
如题
-
### 问题1: columnCount 属性没有考虑分屏浏览的情况。
目前的适配策略是这样的:
columnCount 表示竖屏 iPhone 的一行显示个数,最小2、最大6,默认4。
横屏 iPhone 时 columnCount += 2,竖屏 iPad 时 columnCount += 2,横屏 iPad 时 columnCount += 4。
这个策略在 App 只支持全…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
On iPad and iPhone, when you go to profile - edit info, your 4 links are shown with a reorder…
-
# UICollectionViewFlowLayout으로 변경
## 작업 상세 내용
- [x] UICollectionViewLayout 👉 UICollectionViewFlowLayout으로 변경
UICollectionView에서 뷰의 레이아웃을 잡기위하여 UICollectionViewFlowLayout 클래스를 사용한다.
-
### Description
Vertically scrolling CollectionView with variable sized cells has hundreds of unexplained cell resizes only on iPhone 14 Pro devices. Due to rapid resizing of all views the scrolling …
-
## 문제 상황
- customCollectionViewCell을 만들 때, UIImageView의 사이즈를 상수로 설정했다.
```swift
final class ScreenShotCollectionViewCell: UICollectionViewCell {
private let screenShotView = UIImageView…
-
```
let collectonView = CollectionView(frame: .zero, collectionViewLayout: flowLayout)
```
Error:
```'CollectionView' initializer is inaccessible due to 'internal' protection level```
-
podfile
target 'DemoApp' do
use_modular_headers!
use_frameworks! :linkage => :static
pod 'SwiftLint'
pod 'nanopb'
pod 'PromisesObjC'
pod 'GoogleUtilities'
pod 'GoogleUserMess…
-
podfile
target 'DemoApp' do
use_modular_headers!
use_frameworks! :linkage => :static
pod 'SwiftLint'
pod 'nanopb'
pod 'PromisesObjC'
pod 'GoogleUtilities'
pod 'GoogleUserMess…