Post

Replies

Boosts

Views

Activity

Reply to NavigationSplitView hide sidebar toggle button
var body: some View { SettingsView(viewModel: viewModel) .toolbar(removing: .sidebarToggle) .toolbar(.hidden, for: .automatic) }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’25
Reply to AVAudioEngine crash - required condition is false: hwFormat
@HongKongPhooey It is correct. Thank you.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Jun ’24
Reply to Xcode 15, how to uncheck "Connect via network" for physical device?
It worst. I need to debug switch between WiFI/Mobile network and i can't do this. If i run app in airplane mode it starts use cable, but if WiFi appearing, connection is losing.
Replies
Boosts
Views
Activity
Feb ’24
Reply to Xcode 14: [Assert] UINavigationBar decoded as unlocked for UINavigationController
I see, use Storyboard UINavigationBar has parent UINavigationController as delegate. I don't know how to disallow this behaviour.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to Xcode 12.5 "code signature version is no longer supported"
Go to Target settings and add flag --generate-entitlement-der to OTHER_CODE_SIGN_FLAGS
Replies
Boosts
Views
Activity
Nov ’21
Reply to ATTrackingManager.trackingAuthorizationStatus always returns .denied
Check this post for iOS 15. ATTrackingManager.requestTrackingAuthorization stopped working in iOS 15 https://developer.apple.com/forums/thread/690607?answerId=689399022#689399022
Replies
Boosts
Views
Activity
Sep ’21