GeeV2PFEditTabBarView Class Reference

Inherits from UIView
Declared in GeeV2PFEditTabBarView.h

  cancelButton

返回按钮

@property (nonatomic, readonly) UIButton *cancelButton

Declared In

GeeV2PFEditTabBarView.h

  doneButton

完成按钮

@property (nonatomic, readonly) UIButton *doneButton

Declared In

GeeV2PFEditTabBarView.h

  topView

顶部部工具栏

@property (nonatomic, readonly) UIView *topView

Declared In

GeeV2PFEditTabBarView.h

  bottomTabBar

底部工具栏

@property (nonatomic, readonly) GeeV2PFEditTabBar *bottomTabBar

Declared In

GeeV2PFEditTabBarView.h

– bindModules:target:

绑定功能模块

- (void)bindModules:(NSArray *)modules target:(id)target

Parameters

modules

功能模块列表

target

绑定事件对象

action

绑定事件

Declared In

GeeV2PFEditTabBarView.h