Category Archives: UICollectionView

Determine the size of a View by inspecting its NIB

I was exploring the UICollectionView API tonight and stumbled upon an old problem. Both UITableView and UICollectionView ask their delegate for size information about the cells they display. When creating cells in separate XIB files, which I normally do, this … Continue reading

Posted in Interface Builder, Tips and Tricks, UICollectionView, UITableView | Comments Off on Determine the size of a View by inspecting its NIB