封装类似iPad中的UIPopoverController工具类

2016-09-28  本文已影响47人  93b3d3ccb7e6
效果:
0928_1.gif
思路:
用法:
    NSArray *titles = @[@"添加好友",@"多人会话",@"扫一扫"];
    NSArray *icons = @[@"right_menu_addFriend",@"right_menu_multichat",@"right_menu_QR"];
    self.popoverView = [[HWPopoverView alloc] initWithTitles:titles icons:icons style:HWPopoverViewStyleRightTop didSelectCallBack:^(NSInteger selectIndex) {
        NSLog(@"-->> selectIndex:%ld", (long)selectIndex);
    }];
安装:

Demo链接:https://github.com/hw20101101/HWPopoverViewDemo

上一篇 下一篇

猜你喜欢

热点阅读