AKFAdvancedUIManager
Đã có phiên bản mới hơn của lớp này. Hãy kiểm tra phiên bản mới nhất.

Manager for advanced UI configuration.

Extends Protocol:NSObject
Declared in:AKFAdvancedUIManager.h
Phương thức thực thể
actionBarViewForState:

Returns a custom view to use above the scrollable content.

Thông sốMô tả
state

The current state of the login flow

- (nullable UIView *) actionBarViewForState:(AKFLoginFlowState)state;
Đã tuyên bố trong: AKFAdvancedUIManager.h
bodyViewForState:

Returns a custom view for the body in the middle of the scrollable container.

Thông sốMô tả
state

The current state of the login flow

- (nullable UIView *) bodyViewForState:(AKFLoginFlowState)state;
Đã tuyên bố trong: AKFAdvancedUIManager.h
buttonTypeForState:

Returns the button type for the given login state.

Thông sốMô tả
state

The current state of the login flow

- (AKFButtonType) buttonTypeForState:(AKFLoginFlowState)state;
Discussion:

This method is only called for PhoneLogin, EmailLogin and ConfirmationCode states.

Đã tuyên bố trong: AKFAdvancedUIManager.h
footerViewForState:

Returns a custom view for the bottom of the content in the scrollable container.

Thông sốMô tả
state

The current state of the login flow

- (nullable UIView *) footerViewForState:(AKFLoginFlowState)state;
Đã tuyên bố trong: AKFAdvancedUIManager.h
headerViewForState:

Returns a custom view for the top of the content in the scrollable container.

Thông sốMô tả
state

The current state of the login flow

- (nullable UIView *) headerViewForState:(AKFLoginFlowState)state;
Đã tuyên bố trong: AKFAdvancedUIManager.h
setActionController:

Provides a controller for the receiver that can send messages back to the current controller.

Thông sốMô tả
actionController

The action controller

- (void) setActionController:(nonnull id<AKFAdvancedUIActionController>)actionController;
Discussion:

This method will be called before any views are retrieved.

Đã tuyên bố trong: AKFAdvancedUIManager.h
setError:

Called when an error is encountered and should be displayed in the UI.

Thông sốMô tả
error

The error

- (void) setError:(nonnull NSError *)error;
Discussion:

This method will be called before the views are retrieved.

Đã tuyên bố trong: AKFAdvancedUIManager.h
textPositionForState:

Returns the position of the text relative to the content body view.

Thông sốMô tả
state

The current state of the login flow

- (AKFTextPosition) textPositionForState:(AKFLoginFlowState)state;
Đã tuyên bố trong: AKFAdvancedUIManager.h