Skip to content

ReactiveCollectionView(CGRect, UICollectionViewLayout) constructor

Defined in

Type: ReactiveCollectionView Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Reactive.dll

Applies to

net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0

Overloads

  • 1. protected ReactiveCollectionView(CGRect frame, UICollectionViewLayout layout)
  • 2. protected ReactiveCollectionView(in nint handle)
  • 3. protected ReactiveCollectionView(NSObjectFlag t)
  • 4. protected ReactiveCollectionView(NSCoder coder)

1. Overload

protected ReactiveCollectionView(CGRect frame, UICollectionViewLayout layout)

View source

Summary: Initializes a new instance of the ReactiveCollectionView class.

Parameters

NameTypeDescription
frameCGRectThe frame.
layoutUICollectionViewLayoutThe ui collection view layout.

2. Overload

protected ReactiveCollectionView(in nint handle)

View source

Summary: Initializes a new instance of the ReactiveCollectionView class.

Parameters

NameTypeDescription
in handlenintThe pointer.

3. Overload

protected ReactiveCollectionView(NSObjectFlag t)

View source

Summary: Initializes a new instance of the ReactiveCollectionView class.

Parameters

NameTypeDescription
tNSObjectFlagThe object flag.

4. Overload

protected ReactiveCollectionView(NSCoder coder)

View source

Summary: Initializes a new instance of the ReactiveCollectionView class.

Parameters

NameTypeDescription
coderNSCoderThe coder.