文件名称:ios-IOS下拉菜单.zip
文件大小:203B
文件格式:ZIP
更新时间:2022-07-31 13:36:36
按钮
【欢迎移步到Github上下载最新代码:https://github.com/zhouyelihua/YHPullDownMenu √ 如果能赏个star就更好了:-) 【Feature】 行代码使实现下拉菜单 【Usage】 NSArray *items = @[@"东方不败", @"步惊云", @"女娲大帝"]; YHPullDownMenu *pd=[[YHPullDownMenu menuFrame:CGRectMake([UIScreen mainScreen].bounds.size.width-125- 10, 136, 125, 115) clickIndexHandle:^(NSInteger index) { switch (index) { case 0://这个是选中哪一行的时候的输出,或者执行的动作,此处打印相关的信息 NSLog(@"selected=东方不败;"); break; case 1: NSLog(@"selected=步惊云;"); break; case 2: NSLog(@"selected=女娲大帝;"); break; default: break; } }]; pd.backgroundColor=[UIColor clearColor]; [pd show]; 【Requirements】 iOS 7.0 Xcode 5.0
【文件预览】:
next.md