简单九宫格布局-分享菜单页面展示
查看次数:3164
下载次数:340
上传时间:2018-01-19
大小:4 KB
简单的一个分享菜单展示界面,可以随意扩展,随意更改使用,后面有空会新增UICollectionView等版本
可以作为messenger,whatsapp,email,微博,微信,朋友圈等分享功能的界面入口。
第一个版本是九宫格布局的版本。
将IGCusShareView文件添加到你的工程即可使用。
使用方式:
IGCusShareView *view = [[IGCusShareView alloc] initWithFrame:self.view.bounds];
[view showFromControlle:self];
github下载:https://github.com/luckyxiangfeng/IGShareViewDemo
收藏