仿微信Pop弹出框改造

时间:2021-01-07 04:10:25
【文件属性】:

文件名称:仿微信Pop弹出框改造

文件大小:44KB

文件格式:ZIP

更新时间:2021-01-07 04:10:25

弹出框

仿照微信弹出框改造,代码注释清晰,方便改造. 使用方法: JXOutClassView * jxoutView = [[JXOutClassView alloc] initWithDataArray:jxDataArr origin:CGPointMake(x, y)]; jxoutView.delegate = self; [jxoutView pop]; 代理: /** * 点击了某一行 */ - (void)didSelectedAtIndexPath:(NSIndexPath *)indexPath { JQLog(@"点击了:%ld",(long)indexPath.row); }


【文件预览】:
JXOutPutPop
----.DS_Store(6KB)
----JXOutPutPop()
--------Assets.xcassets()
--------main.m(339B)
--------AppDelegate.h(282B)
--------AppDelegate.m(2KB)
--------Base.lproj()
--------JXOutPutView()
--------ViewController.h(220B)
--------Info.plist(1KB)
--------ViewController.m(988B)
----JXOutPutPop.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(15KB)
--------xcuserdata()

网友评论