iOS开发中的技巧
2017-03-10 本文已影响28人
绍清_shao
1. 设置UITabBarController image被选中后的颜色

2.switch语句报错Cannot jump from switch statement to this case label

修改如下:case语句中添加大括号
case:..{
}```

不会报错