字体大小:
#1
##2
添加链接:
文字链接 [blog](http://yalantis.com/blog/how_we_created_tab_bar_animation_for_ios/?utm_source=github)
图片显示(方括号里为描述) 
加入代码(添加背景阴影,点数量影响):
`ruby
pod 'FoldingTabBar', '~> 1.0.0'
`
```objective-c
tabBarController.tabBarViewHeight = YALTabBarViewDefaultHeight;
```