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)
Custom tab bar like attached screen shot in swift-Storyboard
Hi every one I am stuck somewhere. Need your help. I wanna implement custom tab bar
What I have done so far.
I added tab bar controller but unable to give constraints.
Also added tab bar in view co...
Ahmad
Votes: 0
Answers: 1
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
iOS VoiceOver functionality changes with Bundle Identifier
I am having an issue with VoiceOver not honoring coded Accessibility values (label/hint/ect). I have been able to replicate the issue by changing the Bundle Identifier. My original Bundle Identifier...

Javier Refuerzo
Votes: 0
Answers: 1
Is there any delegate that serves the purpose of tabBar willSelectItem?
I need to do some UI tasks when user selects a UI tab item. Following delegate is available,
-(void)tabBar:(UITabBar *)tabBar didSelectItem:(UITabBarItem *)item
Although, to answer for my particular...

Sazzad Hissain Khan
Votes: 0
Answers: 1