From 6bf754f41e41c5cf7ff09ab48681251ddf3f9c02 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 12:23:13 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2bce7bd..1adb5af 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ pod 'TYPagerController' * ARC ## ScreenShot -####TYPagerBarStyle +#### TYPagerBarStyle New TYPagerBarStyleProgressElasticView
![image](https://github.com/12207480/TYPagerController/blob/master/ScreenShot/TYPagerController6.gif) @@ -83,7 +83,7 @@ New TYPagerBarStyleProgressElasticView
@end ``` -##Usage Demo +## Usage Demo if you want to add coustom TabBar, you can inherit TYPagerController,and set contentTopEdging,else you can inherit TYTabPagerController or TYTabButtonPagerController,set contentTopEdging(TabBar height) and custom cell(conform TYTabTitleCellProtocol), call registerCellClass, change cell on delegate.
@@ -116,7 +116,7 @@ if you want to add coustom TabBar, you can inherit TYPagerController,and set c _pagerController = pagerController; } -#pragma mark - TYPagerControllerDataSource +# pragma mark - TYPagerControllerDataSource - (NSInteger)numberOfControllersInPagerController { @@ -165,7 +165,7 @@ if you want to add coustom TabBar, you can inherit TYPagerController,and set c self.cellSpacing = 8; } -#pragma mark - TYPagerControllerDataSource +# pragma mark - TYPagerControllerDataSource - (NSInteger)numberOfControllersInPagerController {