Inherits from NSObject
Declared in RKForm.h
RKForm.m

Tasks

Other Methods

  •   object

    The object we are constructing a form for

    property

Single Section Forms

Actions

Properties

object

The object we are constructing a form for

@property (nonatomic, readonly) id object

Declared In

RKForm.h

Instance Methods

addTableItem:

Adds a specific table item to the form

- (void)addTableItem:(RKTableItem *)tableItem

Declared In

RKForm.h

submit

Submits the form b

- (void)submit

Declared In

RKForm.h

willLoadInTableController:

Validates the object state as represented in the form. Returns YES if the object is state if valid.

- (void)willLoadInTableController:(RKTableController *)tableController

Declared In

RKForm.h