BaiduMap_IOSSDK_v6.6.3_Docs
6.6.3
|
#import <BMKGroupUIView.h>
构造函数 | |
(BOOL) | - addView: |
(BOOL) | - insertView:atIndex: |
![]() | |
(void) | - setTarget:action: |
点击事件,the action cannot be NULL. Note that the target is not retained. 更多... | |
属性 | |
NSArray< BMKBaseUIView * > * | childs |
![]() | |
BMKVisibility | visibility |
int | width |
int | height |
BMKGravityType | gravity |
UIEdgeInsets | padding |
UIEdgeInsets | margin |
BOOL | clickable |
UIImage * | background |
UIColor * | backgroundColor |
- (BOOL) addView: | (BMKBaseUIView *) | view |
- (BOOL) insertView: | (BMKBaseUIView *) | view | |
atIndex: | (NSInteger) | index | |
|
readnonatomicstrong |