Post

Replies

Boosts

Views

Activity

Xcode 13.2.1 Safari 15.3 w/macOS 12.2 is Very unstable
After upgrading to the latest masOS 12.2(no release notes, undocumented release), Safari is no longer able to login to the forums and a few other sites, most likely due to the amount of redirects taking place. Just follow the redirects and stop counting them, Xcode 13.2.1 will go belly up and freeze, then finder, then everything else that's running. @apple, @appledevsupport
0
0
862
Jan ’22
General NavigationView & List State during device rotation
In the Earthquakes, example project & also mine I have noticed that view state is lost during device rotation. In portrait mode, the Table View / List is shown by default and in landscape mode, the pushed or detail view is shown instead. One how do you prevent the lost item selection in the landscape orientation when the detailed view is being loaded first without the primary List View to provide it with the incoming data? This is the current behaviour in the Earthquakes if anyone needs a code reference.
1
1
536
Jan ’22
MailKit API Documentation
Does any have anyone have documentation on the usage related to the forMessageContext and messageContext parameters and for the methods below? This is undocumented while public making it an unusable API. func extensionViewController(messageContext: Data) -> MEExtensionViewController? func primaryActionClicked(forMessageContext context: Data) async -> MEExtensionViewController? The APIs are located here but lack any kind of proper documentation and examples https://developer.apple.com/documentation/mailkit/memessagesecurityhandler/3882908-extensionviewcontroller
0
0
924
Nov ’21
Apple or anyone @TableColumnBuilder usage?
Any documentation or examples on the use of @TableColumnBuilder is appreciated.
Replies
1
Boosts
0
Views
758
Activity
Feb ’22
TabView with page style - scroll feedback
Does anyone know if the above configuration provides current index feedback or if ScrollView, ScrollViewProxy, ScrollViewReader or ScrollViewConfig does pagination with current index feedback?
Replies
0
Boosts
0
Views
730
Activity
Feb ’22
Custom ListStyle types
Is creating a custom ListStyle a public affair or private one between Apple and their developers?
Replies
1
Boosts
0
Views
2.2k
Activity
Feb ’22
Xcode 13.2.1 Safari 15.3 w/macOS 12.2 is Very unstable
After upgrading to the latest masOS 12.2(no release notes, undocumented release), Safari is no longer able to login to the forums and a few other sites, most likely due to the amount of redirects taking place. Just follow the redirects and stop counting them, Xcode 13.2.1 will go belly up and freeze, then finder, then everything else that's running. @apple, @appledevsupport
Replies
0
Boosts
0
Views
862
Activity
Jan ’22
Separating CoreData functionality from the View (SwiftUI) but Still with observability
Without having to use @FetchRequest at the View level has any been able to successfully implement a CoreData Stack with observability in a model with the model being used at the View level. The view model sits between the View & Coredata Stack CoreData Stack ViewModel (ObservableObject) SwiftUI View
Replies
2
Boosts
0
Views
1.6k
Activity
Jan ’22
General NavigationView & List State during device rotation
In the Earthquakes, example project & also mine I have noticed that view state is lost during device rotation. In portrait mode, the Table View / List is shown by default and in landscape mode, the pushed or detail view is shown instead. One how do you prevent the lost item selection in the landscape orientation when the detailed view is being loaded first without the primary List View to provide it with the incoming data? This is the current behaviour in the Earthquakes if anyone needs a code reference.
Replies
1
Boosts
1
Views
536
Activity
Jan ’22
Safari 15.2 [Big Sur 11.6.2] Tab randomly opening
The behaviour is predictable every 5 - 10 secs. Click a link in 5-10 secs it pops back to the previous page or opens a random tab.
Topic: Safari & Web SubTopic: General Tags:
Replies
0
Boosts
0
Views
548
Activity
Jan ’22
MailKit API Documentation
Does any have anyone have documentation on the usage related to the forMessageContext and messageContext parameters and for the methods below? This is undocumented while public making it an unusable API. func extensionViewController(messageContext: Data) -> MEExtensionViewController? func primaryActionClicked(forMessageContext context: Data) async -> MEExtensionViewController? The APIs are located here but lack any kind of proper documentation and examples https://developer.apple.com/documentation/mailkit/memessagesecurityhandler/3882908-extensionviewcontroller
Replies
0
Boosts
0
Views
924
Activity
Nov ’21
Broken Sample Xcode Project Xcode 13.1
The Sample Mail App Extension project no longer builds under Xcode 13.1 due to conflicting swift and obj-c protocol method signatures
Replies
1
Boosts
0
Views
970
Activity
Oct ’21