Skip to content

dongpeng66/DPSharePopView

Repository files navigation

DPSharePopView

仿QQ空间的弹出视图

image


#我感觉QQ空间的点击按钮根据点击的位置自适应视图是在上方还是下方的效果的用户体验比较好,就自己尝试做一下

#usage
#把DPSharePopView文件导入项目中
DPSharePopView *view=[DPSharePopView initWithSuperView:btn menuCellNameArray:@[@"QQ好友",@"QQ空间",@"微信好友",@"微信朋友圈"]     imageNameArray:@[@"share_qq_friend",@"share_qq_kongjian",@"share_wx_friend",@"share_wx_pengyouquan"] cellDidClickBlock:^(NSInteger index) {

}];
[view show];
#此处的btn即为参考的视图

About

仿QQ空间的弹出视图

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages