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
It would be easy to implement the gradient background if you modify the code that sets up the UIView background color within the segmented control. Here is a link on how to do it. . It is also possible to make the highlighted font bold, the easy fix would be changing the font property to a bold version after the press is registered and then manually changing it back (you can do that in the delegate methods you define.. but this is quite a dirty fix). The best way to do it would be expanding the class to have a highlightedFont property and whenever there is a press, use that one instead and reset all the other segments to the regular font.
Sorry i didn't reply on time. I was not aware of this issue.
Hello,
Is it possible to make the highlighted content have a gradient background. Also, can I change the highlighted font to bold?
thanks!
The text was updated successfully, but these errors were encountered: