I have a tab bar with 4 tabs. Since iOS 26, I’m facing an issue with the tab alignment — the text automatically shrinks, and the tab icon shifts upward for some tabs.
I am using UITab property for creating Tabs from os Version above 18 and UITabBar for os version below 18.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I am using a Mac Catalyst app and saving the content of the app in core data.
After uninstalling the app the saved core data file is not getting deleted. Due to this I am having major bugs during launch of the app.
My requirement is core data contents should be removed once the app is uninstalled.
Anybody with solutions for this?
I am trying to use tip kit in my demo app but I am unable to access its api's.
When I try to call TipsCenter.shared.configure() I am getting Cannot find 'TipsCenter' in scope. I am using the latest Xcode beta and trying in swiftUI.
Any solutions?