BaiduMap_IOSSDK_v6.6.2_Docs 6.6.2
|
#include <BMKActionPaopaoView.h>
构造函数 | |
(instancetype) | - initWithCustomView: |
该类用于定义一个PaopaoView 注意:如果在BMKActionPaopaoView中添加手势,会覆盖原本的点击和长按拖动的事件,不推荐这样使用。 如必须添加,请将手势的delegate设置到BMKActionPaopaoView中。
- (instancetype) initWithCustomView: | (UIView *) | customView |
初始化并返回一个BMKActionPaopaoView
customView | 自定义View,customView=nil时返回默认的PaopaoView |