Popularity
4.3
Stable
Activity
0.0
Stable
308
7
32

Code Quality Rank: L4
Programming language: Swift
License: MIT License
Tags: UI     Switch    

DynamicMaskSegmentSwitch alternatives and similar libraries

Based on the "Switch" category.
Alternatively, view DynamicMaskSegmentSwitch alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of DynamicMaskSegmentSwitch or a related project?

Add another 'Switch' Library

README

DynamicMaskSegmentSwitch

A segment switcher with dynamic text mask effect

Preview:

[](maskSwitcher.gif)

Indicator will bounce when progress less than 0 or larger than 1.

[](SwitcherBounceable.gif)

Simple Usage:

You can create DynamicMaskSegmentSwitch by xib or programmatically.Then just fill the property named configure.

    let configure = DynamicMaskSegmentSwitchConfigure(highlightedColor: .orangeColor(), normalColor: .whiteColor(), items: ["首页","消息","发现","个人"])
    switcher.configure = configure

That's all!

You can tap the specific item,the indicator will move to target item.

You can also change the property named progress,the indicator will also move with progress.