SFLayoutSection Class Reference

Inherits from NSObject
Declared in SFLayout.h

Overview

Represents a record layout section.

  collapsible

@property (nonatomic, readonly, assign) BOOL collapsible

  columns

@property (nonatomic, strong, readonly, nullable) NSNumber *columns

  heading

@property (nonatomic, strong, readonly, nullable) NSString *heading

  id

@property (nonatomic, strong, readonly, nullable) NSString *id

  layoutRows

@property (nonatomic, strong, readonly, nullable) NSArray<SFRow*> *layoutRows

  rows

@property (nonatomic, strong, readonly, nullable) NSNumber *rows

  userHeading

@property (nonatomic, readonly, assign) BOOL userHeading

+ fromJSON:

Creates an instance of this class from its JSON representation.

+ (nonnull instancetype)fromJSON:(nonnull NSDictionary *)data

Parameters

data

JSON data.

Return Value

Instance of this class.

Declared In

SFLayout.h