diff --git a/README.md b/README.md index 54052491..e3cc9926 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# XLPagerTabStrip +![XLPagerTabStripView](https://raw.githubusercontent.com/xmartlabs/XLPagerTabStrip/master/XLPagerTabTrip.png)

Build status @@ -216,7 +216,7 @@ settings.style.buttonBarItemFont = UIFont.systemFont(ofSize: 18) settings.style.buttonBarItemLeftRightMargin: CGFloat = 8 settings.style.buttonBarItemTitleColor: UIColor? // in case the barView items do not fill the screen width this property stretch the cells to fill the screen -settings.style.buttonBarItemsShouldFillAvailiableWidth = true +settings.style.buttonBarItemsShouldFillAvailableWidth = true // only used if button bar is created programmatically and not using storyboards or nib files as recommended. public var buttonBarHeight: CGFloat? ``` diff --git a/XLPagerTabTrip.png b/XLPagerTabTrip.png new file mode 100644 index 00000000..bbc27142 Binary files /dev/null and b/XLPagerTabTrip.png differ