Skip to content

Commit

Permalink
Remove .dynamic as the default segmentio initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcampolo committed Sep 4, 2017
1 parent 447ae94 commit 0212618
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ class ExampleViewController: UIViewController {

SegmentioBuilder.buildSegmentioView(
segmentioView: segmentioView,
segmentioStyle: segmentioStyle,
segmentioPosition: .dynamic
segmentioStyle: segmentioStyle
)
SegmentioBuilder.setupBadgeCountForIndex(segmentioView, index: 1)

Expand Down

0 comments on commit 0212618

Please sign in to comment.