DIALDeviceCollectionViewController

@interface DIALDeviceCollectionViewController
    : UIViewController <UICollectionViewDataSource, UICollectionViewDelegate>

A ViewController which creates a UICollectionView and loads discovered DIAL devices from a DIALServiceDiscovery component.

  • Devices collection view

    Declaration

    Objective-C

    @property (readwrite, strong, nonatomic) UICollectionView *devicesCollectionView;
  • UICollectionView’s parent view

    Declaration

    Objective-C

    @property (readwrite, nonatomic) UIView *parentView;
  • A reference to a DIALServiceDiscovery instance

    Declaration

    Objective-C

    @property (weak, atomic)   DIALServiceDiscovery *tvDiscoveryComponent
  • The view’s title

    Declaration

    Objective-C

    @property (setter=setTitleString:, readwrite, strong, atomic)
        NSString *titleString;
  • A string identifier for a segue to trigger transition to next view on selecting a collection item

    Declaration

    Objective-C

    @property (readwrite, strong, nonatomic) NSString *segueIdentifier;