1. 设置UITabBarController image被选中后的颜色
TabbarVC.png
2.switch语句报错Cannot jump from switch statement to this case label
Paste_Image.png
修改如下:case语句中添加大括号
case:..{
}```

不会报错






网友评论