Markdown编辑器简单总结

字体大小:

#1

##2

 

添加链接:

文字链接 [blog](http://yalantis.com/blog/how_we_created_tab_bar_animation_for_ios/?utm_source=github)

图片显示(方括号里为描述) ![Preview](https://d13yacurqjgara.cloudfront.net/users/495792/screenshots/2003376/tab_bar_animation_fin-02.gif)

 

加入代码(添加背景阴影,点数量影响):

`ruby
pod 'FoldingTabBar', '~> 1.0.0'
`

```objective-c
tabBarController.tabBarViewHeight = YALTabBarViewDefaultHeight;
```

 

posted @ 2015-08-01 16:52  Rayshen  阅读(356)  评论(0编辑  收藏  举报