python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to change UIBarButtonItem tint color based on whether UINavigationBar is showing large or normal (collapesed)?
Setting the appearance of a UINavigationBar title, background, etc. based on whether it is showing large or normal is no problem. But how to update the appearance / tint color of the bar button items ...
Andrei Herford
Votes: 0
Answers: 0
Why does UIButton Label ingnores appearance setting when contained in UITableView tableHeaderView?
I have created a simple UIViewController which contains a UITableView. When adding a tableHeaderView which includes a UIButton it seems not to be possible to change the button label using appearance s...
Andrei Herford
Votes: 0
Answers: 2
UITabBar items title issue, when the title is long and using UITabBarAppearance
Because of iOS 15’s scrollEdgeAppearance transparent problem, I have to use UITabBarAppearance to set my UITabBar. But when using UITabBarAppearance, if the title is long, it will overflow the item ar...
Lucas
Votes: 0
Answers: 0