Post

Replies

Boosts

Views

Activity

Reply to UISheetPresentationController with top attached views
Did you find a solution to this? I'm trying to do the same thing. I can't find any delegate methods that would tell you the current height of the sheet as it is being dragged. Constraints might work to position the view above the sheet but that won't help to decide when to show/hide the view as the sheet gets higher or lower.
Topic: UI Frameworks SubTopic: UIKit
Jul ’25
Reply to Icon Composer icons together with iOS 18 icons
Things keep changing during the beta. It's very frustrating since Apple doesn't document anywhere what the correct approach is (or will be by the end of the beta). And there's still no word on how to support alternate app icons with Icon Composer icons. I've noticed that what I posted here last became obsolete as of beta 3. iOS 18 has been showing a version of the glass icon since then. It makes much more sense for iOS 18 and lower to keep using the old Assets app icons and for iOS 26+ to use the new glass icons. I don't like the fact that Apple assumes everyone will want the new fancy iOS 26 icon to appear on devices with older versions of iOS. I'm fine with that being an option, but let developers choose how they want their apps to appear and which icons to use.
Jul ’25
Reply to Show Library Button in Interface Builder is Missing?
It's moved again. In Xcode beta 3 it's now here:
Replies
Boosts
Views
Activity
Jul ’25
Reply to How do I avoid a platform?
Yeah but that's more awkward than the solution I gave. Typing a ! is easier than adding the #else.
Replies
Boosts
Views
Activity
Jul ’25
Reply to addSubview with bounds not working
Setting frames and bounds is still supported, even in iOS 26. Constraints have a lot of advantages but they are not required.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to UISheetPresentationController with top attached views
Did you find a solution to this? I'm trying to do the same thing. I can't find any delegate methods that would tell you the current height of the sheet as it is being dragged. Constraints might work to position the view above the sheet but that won't help to decide when to show/hide the view as the sheet gets higher or lower.
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Jul ’25
Reply to UIRequiresFullScreen Deprecation
Please see Opting-out of window resizing in iPadOS 26 and UIRequiresFullScreen in iPadOS 26 for existing discussions on this topic.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to iOS 26 beta 3 bug report
This is not the proper place for reporting bugs. Please use the Feedback Assistant app to report any issues to Apple.
Topic: Design SubTopic: General
Replies
Boosts
Views
Activity
Jul ’25
Reply to Issue with layoutMarginsGuide under iOS 26
I submitted bug FB18883173
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to ios26 uisegmentedcontrol used as customview on uibarbuttonitem not working
See this thread: https://developer.apple.com/forums/thread/789898
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Jul ’25
Reply to Urgent Feature Request: Auto-Hide Home Bar in iOS 18.x Based on iOS 26 Beta Experience
The proper way to make such a request is to use Feedback Assistant.
Topic: Design SubTopic: General
Replies
Boosts
Views
Activity
Jul ’25
Reply to Same App Name, Different Platforms
In App Store Connect you create one app. Within that app you setup multiple platforms. Each platform gets its own binary, app description, app screenshots, etc. But all use the same app name. Though I don’t know if you can setup different binaries for iOS and IPadOS. My own app supports both iOS and IPadOS with one binary and then macOS with another.
Replies
Boosts
Views
Activity
Jul ’25
Reply to Setting Tint Color for Prominent Style UIBarButtonItems at App Level in iOS26
iOS 26 has a lot of issues like this where it breaks how tinting works. Please file a bug report using the Feedback Assistant app. Apple needs to know that this needs to be fixed.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to Setting Tint Color for Prominent Style UIBarButtonItems at App Level in iOS26
@DTS Engineer I've filed the following reports related to various tinting issues since beta 1. None have been resolved yet as of beta 4: FB17989300 FB17996063 FB18061370 FB18745302 I do hope these get resolved. Thanks.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to New iPadOS 26 beta4 crash in `UISplitViewController`
This is not the place to report bugs to Apple. Use the Feedback Assistance app to submit a bug report (and attached sample app).
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Jul ’25
Reply to Building macOS apps with Xcode 26 on macOS 26 VM
Just to keep people updated, this issue still exists using a macOS 26 beta 4 guest with Xcode 26 beta 4 on a macOS 15.5 host. I'm wondering if updating the host to macOS 15.6 will help resolve this. I'm not yet in a position to try with macOS 15.6 RC but if anyone does, please update.
Replies
Boosts
Views
Activity
Jul ’25
Reply to Icon Composer icons together with iOS 18 icons
Things keep changing during the beta. It's very frustrating since Apple doesn't document anywhere what the correct approach is (or will be by the end of the beta). And there's still no word on how to support alternate app icons with Icon Composer icons. I've noticed that what I posted here last became obsolete as of beta 3. iOS 18 has been showing a version of the glass icon since then. It makes much more sense for iOS 18 and lower to keep using the old Assets app icons and for iOS 26+ to use the new glass icons. I don't like the fact that Apple assumes everyone will want the new fancy iOS 26 icon to appear on devices with older versions of iOS. I'm fine with that being an option, but let developers choose how they want their apps to appear and which icons to use.
Replies
Boosts
Views
Activity
Jul ’25