Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
msaps committed Nov 2, 2018
1 parent 4b226c4 commit 46283a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,9 @@ Lets say you wanted to actually use a `DotBarIndicator` rather than the `LineBar
```swift
let bar = BarView<HorizontalBarLayout, LabelBarButton, DotBarIndicator>
```
That's as easy as it is.

### Doing my own thing
As replacing the type of layout, button or indicator is as simple as above, you have the ability to define your own subclasses without too much of a headache.
As replacing the type of layout, button or indicator is as easy as above; you have the ability to define your own subclasses without too much of a headache.

[**Custom Tabman Components**]()

Expand Down

0 comments on commit 46283a6

Please sign in to comment.