Post

Replies

Boosts

Views

Activity

Reply to Screen record restriction in MacOS app
It is worth remembering that there is nothing stopping someone pointing a phone camera at the screen and recording it that way.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to IOS 18 is blocking GPS connectivity for Waze/Google Maps…
You might get better answers in the consumer forum. This one is for people developing software for apple devices. https://discussions.apple.com/welcome?cid=gn-com-community-lp-get_help That said I found a post talking about Waze putting out an emergency patch. You might also look for support forums for the applications.
Replies
Boosts
Views
Activity
Dec ’24
Reply to Error Handling for Widget APIs in iOS that neither raise any exception nor return any value?
I was under the impression that UIKit elements weren't supported for widgets.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to Whats app writing tools issue
This forum is for people developing software for Apple platforms. You should probably contact the software developer to ask for them to add new features to their applications.
Replies
Boosts
Views
Activity
Dec ’24
Reply to PWA Web Push not arriving on iOS 18.0 - solved
I don't know if it is connected, but iOS 18 seems to generally have trouble with notifications. Setting it to use the display as a count seems to help. Restarting the phone or turning notifications off and on for an app sometimes helps.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to Developing app for personal use only
I've done that for a media app I wrote. You just need to run it on a provisioned device. You will need to run it from xcode periodically since the provisioning profile expires to refresh it.
Replies
Boosts
Views
Activity
Feb ’25
Reply to Issue loading webview with 18.4 beta
This is a forum for people developing software for Apple devices. That said, you need to contact the software developer(s) for the apps breaking. Do remember that beta software is potentially incomplete/broken.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Feb ’25
Reply to UIScrollView in UIViewControllerRepresentable - UI freezes when content touches bottom SafeArea
Something I ran into is that if a viewcontroller's view is a UIStackView there is a layout loop created that crashes when it runs out of stack space. This happened if the stack view impinged into the safe area. Making it the subview of a UIView fixed it. This happened using UIKit.
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Apr ’25
Reply to What does the Xcode "Minimize Project References" checkbox do?
Select a project in the project navigator, select a project or target and select the file inspector tab. It is in the project documentation section. I found where it was recommended to resolve an issue, but the engineer didn't go into what it does https://developer.apple.com/forums/thread/776349
Replies
Boosts
Views
Activity
Apr ’25
Reply to SwiftUI @State var not sync in .popover
That code is running in willSet for the property.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’25
Reply to SwiftUI @State var not sync in .popover
The notification happens using publishing. Only items included in the publishing notification will reflect the new state.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’25
Reply to Exceptions thrown with NSTextView and spell checker
If you click the pause/continue program execution button, is it actually crashing? At work we used to have the all exceptions breakpoint pause like that where an exception that was actually caught during our apps initialization.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Jun ’25
Reply to AppleTV Timezone Values Mismatch
Are you allowing for daylight saving time? It is currently -6 hours relative to GMT.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to Position is Ambiguous for UILabel Warning for label I added programmatically
You might want to try adding the label to the content view. At the moment you are adding it to the cell itself.
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Jul ’25
Reply to AppleTV Timezone Values Mismatch
and then I realize I can't read.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’25