TOKYO (Tom Bluewater) – I released the third free iOS framework for Swift just several hours ago. And I’m ready to release the fourth one now. This new framework is called TomatoHorizontalMenu.
TomatoHorizontalMenu lets you create a horizontally-scrollable menu right below the navigation controller for switching from one view controller to another. The following is a list of features.
- List any number of tappable sum-menus, each of which can be directed to a specific view controller.
- The default height of the horizontal menu is 60 points and can be flexible.
- The default space between the tappable labels is 30 points can be flexible.
- You have options of letting the framework set auto layout such that the horizontal menu will automatically adjust when the device is lotated.
- You can customize the highlighted label text color and non-highlighted label text color.
Sr. Tomato
|
Click here to go to GitHub to learn more about TomatoHorizontalMenu.