Posts

Post not yet marked as solved
0 Replies
495 Views
I have a watchos (swiftui beta 6) screen layout that looks complete on the preview canvas on sizes 38, 40, 42, 44. but when I run it on the simulator, or watch the top line of text is either missing or partially cut off.Is this a bug in the preview or am I missing something?
Posted
by RRG.
Last updated
.
Post not yet marked as solved
0 Replies
624 Views
Using SwiftUI I'm trying to recreate an existing watch app.The app has multiple pages accessed via the next page segue.If I have a single WKHostingController the @environment object works as described.However if I try to access the @environment variable from a View instanitiated with a different WKHostingController I get the following error:Fatal error: No observable object of type VetUserSettings.Type found. where VetUserSetting is intially set in the WKHostingController instantiation of the first page.
Posted
by RRG.
Last updated
.
Post not yet marked as solved
0 Replies
381 Views
Are there any differences whne submitting a watch only app to the store?
Posted
by RRG.
Last updated
.