Post

Replies

Boosts

Views

Activity

Reply to UICollectionView.CellRegistration from custom nib
My custom cell, defined in .xib initialized with init(frame: CGRect) instead of init?(coder: Decoder) So the original problem still persist on my side
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
May ’25
Reply to UICollectionView.CellRegistration from custom nib
Update: Just need to use another register function, that have nib as a first argument func register( _ nib: UINib?, forCellWithReuseIdentifier identifier: String )
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
May ’25