Skip to content

仿微信,QQ弹出菜单视图,封装好,易调用

License

Notifications You must be signed in to change notification settings

dennishappy/LrdOutputView

 
 

Repository files navigation

LrdOutputView

仿微信,QQ弹出菜单视图,封装好,易调用

效果如图:

使用方法

_outputView = [[LrdOutputView alloc] initWithDataArray:self.dataArr origin:CGPointMake(x, y) width:125 height:44 direction:kLrdOutputViewDirectionRight];
_outputView.delegate = self;
_outputView.dismissOperation = ^(){
    //设置成nil,以防内存泄露
    _outputView = nil;
};
[_outputView pop];

具体方法请看Demo

喜欢就给颗星呗~

我的博客地址:我的博客

About

仿微信,QQ弹出菜单视图,封装好,易调用

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Objective-C 100.0%