Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
iOS Documentation
SDLGrid

SDLGrid Class Reference

Section Contents

Overview

Describes a location (origin coordinates and span) of a vehicle component.

col

Required, Integer, -1 - 100

Objective-C

@property (nonatomic, strong) NSNumber<SDLInt> *_Nonnull col;

Swift

var col: NSNumber & SDLInt { get set }

row

Required, Integer, -1 - 100

Objective-C

@property (nonatomic, strong) NSNumber<SDLInt> *_Nonnull row;

Swift

var row: NSNumber & SDLInt { get set }

level

Optional, Integer, -1 - 100

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLInt> *level;

Swift

var level: (NSNumber & SDLInt)? { get set }

colspan

Optional, Integer, 1 - 100

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLInt> *colspan;

Swift

var colspan: (NSNumber & SDLInt)? { get set }

rowspan

Optional, Integer, 1 - 100

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLInt> *rowspan;

Swift

var rowspan: (NSNumber & SDLInt)? { get set }

levelspan

Optional, Integer, 1 - 100

Objective-C

@property (nonatomic, strong, nullable) NSNumber<SDLInt> *levelspan;

Swift

var levelspan: (NSNumber & SDLInt)? { get set }
View on GitHub.com
Previous Section Next Section