- (nullable instancetype)initWithFrame:(CGRect)frame titles:(nullable NSArray *)titles dataDict:(nullable NSMutableDictionary *)dict;
备注: @param frame frame @param titles 数组,内部放着显示的title @param dict 数据源,titles中的每一个元素作为key值,对应的数组数据源为value值
@property (nonatomic, weak, nullable) id<HYSelectedViewDelegate> hySelectedViewDelegate;
- (void)hySelectedView:(nullable HYSelectedView * )hyView result:(nullable NSDictionary *)result;
备注: 选中数据的时候调用的代理方法 @param hyView hyView @param result 数据,titles中的每一个元素作为key值,value值为选中的某一个具体的数据