仿QQ弹出框的一个小demo
查看次数:5041
下载次数:1235
上传时间:2016-03-28
大小:55 B
空闲时间些的一个小Demo,还请大神们手下留情勿喷,不足的地方还请大家多多指点!谢谢!
#import "XLPopMenuViewModel.h"
#import "XLPopMenuViewSingleton.h"
[[XLPopMenuViewSingleton shareManager] creatPopMenuWithFrame:startPoint popMenuWidth:menuViewWidth popMenuItems:_arr action:^(NSInteger index) {
NSLog(@"index= %ld",(long)index);
}];
收藏