Posts

Post not yet marked as solved
0 Replies
219 Views
A GridItem is initialized with a GridItem.Size, a spacing, and an alignment. GridItem.Size is an enum and can take a fixed size. For a GridItem created with a fixed size (for example, .fixed(120)) how do you subsequently extract that value programmatically as a CGFloat?
Posted
by redcar.
Last updated
.
Post not yet marked as solved
1 Replies
570 Views
As announced in session 224: Modernizing your app for iOS 13 all apps must support launch storyboards, adaptability to all sizes, and multitasking. Will Apple purge the App Store of legacy non-adaptive apps?
Posted
by redcar.
Last updated
.
Post not yet marked as solved
4 Replies
10k Views
The WatchOS 6 beta 2 release notes states that a new key - apns-push-type -- is needed. It states: "To send a UserNotifications push to a watchOS device, a new apns-push-type key is now required as part of the APNs request header. Depending on the type of notification, this key can be set to alert or background and is supported across all Apple platforms." The question is whether the key is required for all apns push notifications or is this just if you have an independent Watch app and want to send a push notification to the Watch? I have not been able to find any documentation on this new key.
Posted
by redcar.
Last updated
.