FluentLayout / Cirrious.FluentLayout

FluentLayout for Xamarin.iOS - sample uses MvvmCross
Microsoft Public License
148 stars 54 forks source link

Sample for UiTableViewCell #37

Closed bondarenkod closed 7 years ago

bondarenkod commented 7 years ago

Hi! Is there anywhere sample how to use FL for uitableviewcells?

Sorry) My bad. Small sample is here - https://github.com/bondarenkod/xam-ios-fluent-layout-test/blob/master/TableTest/TableTest/RuntimeCell.cs

Cheesebaron commented 7 years ago

I would try not to use constraints for cells, especially if you want smooth scrolling with semi complicated cells.

bondarenkod commented 7 years ago

@Cheesebaron how to create cells without constraints?