iOS開發中的技巧

weixin_34337265發表於2017-03-10

1. 設定UITabBarController image被選中後的顏色

1292402-dea6f047014e6fd8.png
TabbarVC.png

2.switch語句報錯Cannot jump from switch statement to this case label

1292402-11e875ea2fa1cf6a.png
Paste_Image.png

修改如下:case語句中新增大括號

case:..{
}```

![Paste_Image.png](http://upload-images.jianshu.io/upload_images/1292402-3ac0c70ba66fa623.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
不會報錯

相關文章