venmo/Static

Adding cells with different row height

Opened this issue · 2 comments

Can we add the cells with different row height into the demo? Since I haven't dealing with constraint in code before and I believe I'm not the only one out there trying to figure this out :)

I'm looking for a way to do this as well ^^

@rx2130,for dynamic sized cells, create cells with constraints on top/bottom, then set estimatedRowHeight to something near your goal. This provides the table view with the context that you want to use autosized cells.