Classes

The following classes are available globally.

  • Class collection view flowlayout with large images

    Declaration

    Objective-C

    @interface CollectionViewFlowLargeLayout : UICollectionViewFlowLayout

    Swift

    class CollectionViewFlowLargeLayout
  • Class collection view flowlayout with small images

    Declaration

    Objective-C

    @interface CollectionViewFlowSmallLayout : UICollectionViewFlowLayout

    Swift

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

    See more

    Declaration

    Objective-C

    @interface DIALDeviceCollectionViewController
        : UIViewController <UICollectionViewDataSource, UICollectionViewDelegate>

    Swift

    class DIALDeviceCollectionViewController
  • A ViewController for diplaying devices that were discovered using the DIAL protocol on the network. It creates a table view within a parent view (it automatically rezises to fit within the bounds of the parent view) and populates it with the discovered devices. It obtains the list of discovered DIAL devices from an instance of the DIALServiceDiscovery component. This component is usually created and started in the AppDelegate class.

    See more

    Declaration

    Objective-C

    @interface DIALDeviceSelectorViewController
        : UIViewController <UITableViewDataSource, UITableViewDelegate,
                            UIAlertViewDelegate>

    Swift

    class DIALDeviceSelectorViewController
  • A custom class for a UICollectionViewCell with an Image and a Label

    See more

    Declaration

    Objective-C

    @interface DeviceCollectionViewCell : UICollectionViewCell

    Swift

    class DeviceCollectionViewCell