Post

Replies

Boosts

Views

Activity

Comment on Disable new tab bar look
I filed one (FB14396163) over a month ago, but it hasn't been responded to. Based on prior history with filing feedback, I'm not holding my breath. Public clarification would be helpful. We've already pushed our plans to move to Xcode 16 until next year because of this and a couple of other problems. For this problem specifically, we'll be writing our own version of UITabViewController as the new behaviors do not work well with the design of our app.
Topic: UI Frameworks SubTopic: General Tags:
Aug ’24
Comment on Strange vertical alignment in Catalyst navigation bar titles in modal sheets w/Catalyst & macOS Sonoma
I was able to hack around it. I ended up with two different approaches, depending on whether or not there were other controls in the navigation bar beyond just the title. There seems to be a lot of bugs with navigation bars in Catalyst under macOS 14 that are going unaddressed. They vary depending on the context in which the underlying navigation controller is used. Having to work around all of them leads to spaghetti code that becomes more difficult to maintain.
Topic: UI Frameworks SubTopic: UIKit Tags:
Nov ’23
Comment on Removing title bar on Catalyst doesn't work on Ventura
FB11507444 has the sample project used above, with the exception of the 3rd screenshot with the title bar drawn with UISplitViewController. I will update it with the information above to add more clarity. If possible, there is another feedback I filed regarding the shadow drawn at the top of a UICollectionView using a list configuration when it it scrolled. This shadow overlays any view that may be shown on top of the collection view, resulting is an ugly visual artifact (FB11612854).
Topic: UI Frameworks SubTopic: UIKit Tags:
Oct ’22
Comment on SpeechAnalyzer speech to text wwdc sample app
@scientifikent Thanks so much! This helped tremendously.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Aug ’25
Comment on Importing .developerprofile from xcode 15 -> 16?
This is a terrible decision. Why would Apple go out of its way to make things more complicated? I know people like to joke about Apple hating developers, but when I see things like this, I kind of believe it's true.
Replies
Boosts
Views
Activity
Nov ’24
Comment on Disable new tab bar look
This is a really great solution! Thank you!
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’24
Comment on Universal Link / AppLinks not opening the app
Thank you for the response. I looked back at everything again and got it working (see the answer to the post for details).
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’24
Comment on Disable new tab bar look
I filed one (FB14396163) over a month ago, but it hasn't been responded to. Based on prior history with filing feedback, I'm not holding my breath. Public clarification would be helpful. We've already pushed our plans to move to Xcode 16 until next year because of this and a couple of other problems. For this problem specifically, we'll be writing our own version of UITabViewController as the new behaviors do not work well with the design of our app.
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’24
Comment on Should iPadOS 18's UITabBarController work with more than 7 tabs?
Is a way to disable the new behavior also in the works so we can revert to tabs at the bottom in cases where the new style does not work with the design of the app?
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Jul ’24
Comment on Strange vertical alignment in Catalyst navigation bar titles in modal sheets w/Catalyst & macOS Sonoma
I was able to hack around it. I ended up with two different approaches, depending on whether or not there were other controls in the navigation bar beyond just the title. There seems to be a lot of bugs with navigation bars in Catalyst under macOS 14 that are going unaddressed. They vary depending on the context in which the underlying navigation controller is used. Having to work around all of them leads to spaghetti code that becomes more difficult to maintain.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Nov ’23
Comment on Removing title bar on Catalyst doesn't work on Ventura
Did you try setting the preferredBehaviorStyle to .pad for UINavigationBar's appearance? Something like this: if #available(macCatalyst 16.0, *) { UINavigationBar.appearance().preferredBehavioralStyle = .pad }
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
May ’23
Comment on Removing title bar on Catalyst doesn't work on Ventura
We’re staying at Xcode 14.0 because it has the previous Catalyst SDK but we can still take advantage of some new features in iOS. Can’t use Xcode 14.1 until this and the shadow issue with UICollectionView in Catalyst is resolved though.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Nov ’22
Comment on Removing title bar on Catalyst doesn't work on Ventura
FB11507444 has the sample project used above, with the exception of the 3rd screenshot with the title bar drawn with UISplitViewController. I will update it with the information above to add more clarity. If possible, there is another feedback I filed regarding the shadow drawn at the top of a UICollectionView using a list configuration when it it scrolled. This shadow overlays any view that may be shown on top of the collection view, resulting is an ugly visual artifact (FB11612854).
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’22