SFRow Class Reference

Inherits from NSObject
Declared in SFLayout.h

Overview

Represents a record layout row.

  layoutItems

@property (nonatomic, strong, readonly, nullable) NSArray<SFItem*> *layoutItems

+ 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