iOS Question Can iSidemenu icon be changed?

David Meier

Active Member
Licensed User
Longtime User
Can the hamburger icon be set to bold (or changed)? I is very thin and not visible very well.
I tried to set the font like this:
B4X:
 Dim b1 As BarButton
     b1 = smc.CreateBarButton("SideMenu")
     b1.TintColor = Colors.RGB(255,255,255)
     b1.SetFont(Font.CreateNewBold(22))
     PageHome.TopRightButtons = Array(b1)
But this does not change the font. Color change is working.

Does anybody have an idea?

Regards

David
 
Top