kitasuke / PagingMenuController

Paging view controller with customizable menu in Swift
MIT License
2.49k stars 448 forks source link

Draw underline both selected and unselected item #357

Open vietstone-ng opened 7 years ago

vietstone-ng commented 7 years ago

Hi, I want to draw underline for both selected and unselected item as the image below. As I know, only selected menu is capable of having underline, via MenuViewCustomizable.focusMode = .underline(height: CGFloat, color: UIColor, horizontalPadding: CGFloat, verticalPadding: CGFloat) Is there any way to draw underline for unselected item? I mean drawing a horizontal line as the image below. Thank you.

screen shot 2017-06-21 at 5 51 48 pm