Inherits from UIViewController
Conforms to MBProgressHUDDelegate
UIImagePickerControllerDelegate
UINavigationControllerDelegate
UITextFieldDelegate
UITextViewDelegate
expanz_service_ActivityClientDelegate
Declared in expanz_ui_ActivityInstanceViewController.h

Properties

activityDefinition

activityInstance

modelAdapter

propertyNames

spinner

Instance Methods

hasUITableView:requestingAutoPopulate:

hasUITableView:requestingDataBinding:

hasUITableView:requestingPopulateMethod:

hasUITableView:requestingQuery:

initWithActivityDefinition:nibName:initialKey:

Initialize a new activity instance view controller with the supplied activity and record identifier key.

- (id)initWithActivityDefinition:(expanz_model_ActivityMenuItem *)activityDefinition nibName:(NSString *)nibName initialKey:(NSString *)initialKey

Discussion

Initialize a new activity instance view controller with the supplied activity and record identifier key.

Declared In

expanz_ui_ActivityInstanceViewController.h

sendDeltaForField:

Request model to update with new field value.

- (void)sendDeltaForField:(expanz_model_FieldInstance *)textField

Discussion

Request model to update with new field value.

Declared In

expanz_ui_ActivityInstanceViewController.h

sendMethodInvocation:

Invoke a method on the model.

- (void)sendMethodInvocation:(NSString *)methodName

Discussion

Invoke a method on the model.

Declared In

expanz_ui_ActivityInstanceViewController.h

willCommenceEditForImageView: