robb / Cartography

A declarative Auto Layout DSL for Swift :iphone::triangular_ruler:
Other
7.35k stars 525 forks source link

Is height/width now necessary for UICollectionView and UITableView? #257

Closed zackshapiro closed 7 years ago

zackshapiro commented 7 years ago

I used to be able to give a tableView a top/left/right/bottom and not have to explicitly set height. Now it seems like I have to or the tableView doesn't show up. Is this something I'm doing wrong a change in iOS?