LinkageMenu icon indicating copy to clipboard operation
LinkageMenu copied to clipboard

一级, 二级, 三级 联动菜单

Results 2 LinkageMenu issues
Sort by recently updated
recently updated
newest added

// 选中TableView某一行 [tableView selectRowAtIndexPath:[NSIndexPath indexPathForRow:selects[idx] inSection:0] animated:NO scrollPosition:UITableViewScrollPositionNone]; 把上面的替换成 UITableViewCell *cell = [tableView cellForRowAtIndexPath:[NSIndexPath indexPathForRow:selects[idx] inSection:0]]; cell.backgroundColor = [UIColor greenColor]; 城市选择 第二个、三个 tableview 显示会有问题。

顶部按钮连续点击几次就展不开了 在做动画时按钮应该不能被点击