public LocalTagsCollectionViewFlowDelegate(LocalTagsCollectionViewSource collectionViewSource, nfloat maxCellWidth)
 {
     _collectionViewSource = collectionViewSource;
     label         = new UILabel();
     label.Font    = Constants.Semibold14;
     _maxCellWidth = maxCellWidth;
 }
Exemplo n.º 2
0
 public LocalTagsCollectionViewFlowDelegate(LocalTagsCollectionViewSource collectionViewSource)
 {
     _collectionViewSource = collectionViewSource;
     label      = new UILabel();
     label.Font = Constants.Semibold14;
 }