You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: