MCEActionProtocol Protocol Reference

Conforms to NSObject
Declared in MCEActionRegistry.h

Overview

This protocol defines the optional method that is used to configure alert fields in text entry actions.

– configureAlertTextField:

This method defines the optional method that is used to configure alert fields in text entry actions.

- (void)configureAlertTextField:(UITextField *)textField

Parameters

textField

The UITextField object to be configured.

Discussion

This method defines the optional method that is used to configure alert fields in text entry actions.

Declared In

MCEActionRegistry.h