|
TencentNavKit
|
#import <TNKCustomAreaView.h>
Instance Methods | |
| (void) | - setHeight: |
Properties | |
| id< TNKCustomAreaViewDelegate > | delegate |
| UIView * | contentView |
| CGFloat | currentHeight |
| - (void) setHeight: | (CGFloat) | height |
设置高度
| height | 目标高度 |
|
readnonatomicstrong |
内容容器视图(用户应该将自定义内容添加到此视图)
|
readnonatomicassign |
当前高度
|
readwritenonatomicweak |
代理