Post

Replies

Boosts

Views

Activity

Reply to Is there a convenient way to exclude files based on an OS filter?
File a feature request via the feedback tool
Replies
Boosts
Views
Activity
Mar ’24
Reply to SwiftUI Textfield Input Lag with SwiftData Object
@Bindable var setGroup: ExerciseSetGroup - > @State var setGroup: ExerciseSetGroup
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to Developer mode on Watch OS missing after phone replacement
Submitted a bug report: FB13689849
Replies
Boosts
Views
Activity
Mar ’24
Reply to XCode 15.3 WidgetKit Preview Problem
Are you using external dependencies like pods, or swift packages that might not have all downloaded? Start with cleaning up all of the warnings as it is reckless to have warnings that eventually turn into errors.
Replies
Boosts
Views
Activity
Mar ’24
Reply to Issue with SceneStorage in ViewModifer, but not in View
Just as the message states, it is to be only used within a SwiftUI View where the context of a scene exists.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to watchOS log in console not working
Like Bob Marley Here, waiting in vain for a fix from Apple
Replies
Boosts
Views
Activity
Apr ’24
Reply to XCode 15 can't run on iOS 17 devices. Previous preparation error: An error occurred while communicating with a remote process.. The connection was invalidated.
It's about time Apple provides an uninstaller for Xcode that performs a clean uninstall or repair functionality - this is 2024
Replies
Boosts
Views
Activity
Apr ’24
Reply to SwiftUI ScrollView contentOffset / infinite scroll into leading side
Each object in your forEach can conform to Indentifiable. Let each object's id equals a degree on the tape. Assign each objects.id to the view that draws the stroke on the tape. Then using a scroll view proxy, you can use the proxy to scroll to a given id in the collection based on the sensor input.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to How to get realtime headphone levels in decibel unit
https://developer.apple.com/documentation/avfoundation/avcaptureaudiochannel https://developer.apple.com/documentation/avfoundation/avcaptureconnection
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to Should an App’s privacyInfo.xcprivacy File Include SDK Details?
Read the manual.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to ScrollView Bug
List and ScrollView are the same. Remove the scrollview and the list will accomplish the outcome.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to @Query macro vs Query struct
No issues here. Is your StyleSheet type annotated with @Model?
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to How to conform Swift class to C++ header
Without making the assumption of the Application type the compiler is pretty much accurate in its message. https://www.swift.org/documentation/articles/wrapping-c-cpp-library-in-swift.html
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to Apple map consultings price
There are no answers.
Replies
Boosts
Views
Activity
May ’24
Reply to Autocomplete with SwiftData
https://developer.apple.com/documentation/swiftui/adding-a-search-interface-to-your-app
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
May ’24