Post

Replies

Boosts

Views

Activity

Reply to @Binding in App structure not updating view
This pattern is not recommended with didSet subscribe to their changes instead. The patterns in the code don't follow the SwiftUI paradigm. @State var whatsNew = Array<String>() { didSet { print("what's new array set, newRefreshIndicator = \(newRefreshIndicator)") newRefreshIndicator = false if !newPopup { newPopup = true } } } @Binding var setMock: [Restaurants] { didSet { print("dataSet") // yes.restList.removeAll() joining = false print("searchRest = \(search)") print("mock = \(restMock)") search = true creating = false joining = false } }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Feb ’22
Reply to voiceover ile xcode kullanmak
Mac'inizdeki yazılımla etkileşim kurmak için zaten Voiceover kullanıyorsanız, erişilebilirlik özellikleriyle Xcode'u kullanmak zaten etkin olmalıdır. If you're already using Voiceover to interact with the software on your mac then using Xcode with the accessibility features should already be active.
Feb ’22
Reply to @Binding in App structure not updating view
This pattern is not recommended with didSet subscribe to their changes instead. The patterns in the code don't follow the SwiftUI paradigm. @State var whatsNew = Array<String>() { didSet { print("what's new array set, newRefreshIndicator = \(newRefreshIndicator)") newRefreshIndicator = false if !newPopup { newPopup = true } } } @Binding var setMock: [Restaurants] { didSet { print("dataSet") // yes.restList.removeAll() joining = false print("searchRest = \(search)") print("mock = \(restMock)") search = true creating = false joining = false } }
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to WatchOS App only runs via Xcode
I found the issue.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to BackgroundTaskManager Crash from submitting TaskUsing the BGTaskScheduler we are seeing a large amount of crashes from stack traces showing on BGTaskScheduler.shared.submit(). I have verified the following - BG Task is registered only once - Task
Have you tried try? BGTaskScheduler.shared.submit(backgroundAppRefreshRequest)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to Like macOS and iOS is there something similar for watchOS under SwiftUI
I found the answer.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to Memory allocation and deallocation issues in c++ code
set lines 877 to null and see if the any of the messages go away. If you're releasing objects you shouldn't be making new assignments after freeing ...
Topic: Programming Languages SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to MessageSendFailure: Message send failure for update
See the Xcode 13.3 release notes for clearing the module cache.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to TextField appears to break preferences
ScrollView alone does this on its own.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to Apple or anyone @TableColumnBuilder usage?
Creating a table view under macOS where the number of columns are less than 10 but The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to M1 Max GPU fails to converge in more complex models
Posting this here: https://feedbackassistant.apple.com in the appropriate category is a direct path to apple engineers where it can be prioritized and tracked for investigation.
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to How to reduce a gap betweeen UISearchController and UITableViewHeader?
You can't.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to Send data from App to Server to Website
Amazon, Azure or your own custom hosted server from any hosting company. Plus your time & effort to implement the web services and web front end.
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to Xcode13 can't export gpu counters of gpu command
Please file a bug report.
Replies
Boosts
Views
Activity
Feb ’22
Reply to XCode Update to 13.2.1 fails
Delete then fresh install
Replies
Boosts
Views
Activity
Feb ’22
Reply to voiceover ile xcode kullanmak
Mac'inizdeki yazılımla etkileşim kurmak için zaten Voiceover kullanıyorsanız, erişilebilirlik özellikleriyle Xcode'u kullanmak zaten etkin olmalıdır. If you're already using Voiceover to interact with the software on your mac then using Xcode with the accessibility features should already be active.
Replies
Boosts
Views
Activity
Feb ’22
Reply to Xcode 13.2.1 on MacOS Monterey 12.1.
Might want to look at the release note for the for the compiler changes mentioned and adjust accordantly.
Replies
Boosts
Views
Activity
Feb ’22