Post

Replies

Boosts

Views

Activity

Problems with NavigationView and NavigationLink
I cannot find how to submit a Xcode bug report. With Xcode 12.5.1 and Xcode beta release 5, The NavigationView and the NavigationLink has a problem. With 5 options of NavigationLinks, when I select one, the response is random. Either of the 5 options view will be presented. The following in some of the responses I get on the console: SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug. func = 1.5 func = 22.5 Unable to present. Please file a bug. SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug. Unable to present. Please file a bug. SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug. Unable to present. Please file a bug. SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug. Unable to present. Please file a bug. If I divide 29 by 12, the results = 2.0, problem. SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug. 2021-09-12 13:38:19.316449-0700 PocketAssistant[1599:40881] Writing analzed variants. SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug. Thanks Lloyd Hunter
3
0
686
Sep ’21
Portrait and Landscape Orientation
I have an image in my SwiftUI code which doesn't stretch in the landscape orientation. The code is listed here:                 GeometryReader { geo in                     Image("RubyChard")                         .resizable()                         .aspectRatio(contentMode: .fit)                         .frame(width: geo.size.width)                 } The image in the portrait and landscape orientation. The .png file size is 730x638 pixels. I have exhausted my efforts to get the image to stretch in landscape orientation. I need help! Thanks in advance for your help Lloyd
0
0
495
Aug ’21
Uploading Reviews to My Apps, having trouble.
I created a .mov video with QuickTime Player, tried to upload, got message requires 1080x1920, 1920x1080. Couldn't find a way in QuickTime to change aspect ratio to the required size. Or if there is a better way of uploading videos? Can anyone help?
Replies
1
Boosts
0
Views
742
Activity
Aug ’22
Problems with NavigationView and NavigationLink
I cannot find how to submit a Xcode bug report. With Xcode 12.5.1 and Xcode beta release 5, The NavigationView and the NavigationLink has a problem. With 5 options of NavigationLinks, when I select one, the response is random. Either of the 5 options view will be presented. The following in some of the responses I get on the console: SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug. func = 1.5 func = 22.5 Unable to present. Please file a bug. SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug. Unable to present. Please file a bug. SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug. Unable to present. Please file a bug. SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug. Unable to present. Please file a bug. If I divide 29 by 12, the results = 2.0, problem. SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug. 2021-09-12 13:38:19.316449-0700 PocketAssistant[1599:40881] Writing analzed variants. SwiftUI encountered an issue when pushing aNavigationLink. Please file a bug. Thanks Lloyd Hunter
Replies
3
Boosts
0
Views
686
Activity
Sep ’21
Portrait and Landscape Orientation
I have an image in my SwiftUI code which doesn't stretch in the landscape orientation. The code is listed here:                 GeometryReader { geo in                     Image("RubyChard")                         .resizable()                         .aspectRatio(contentMode: .fit)                         .frame(width: geo.size.width)                 } The image in the portrait and landscape orientation. The .png file size is 730x638 pixels. I have exhausted my efforts to get the image to stretch in landscape orientation. I need help! Thanks in advance for your help Lloyd
Replies
0
Boosts
0
Views
495
Activity
Aug ’21
Cannot get my App Icon back on my iPhone.
I was able to get my App Icon on my iPhone. But I had to make some changes, and I inadvertently deleted the Icon. I can’t get the App Icon back on my iPhone. Can anyone out there help me? Thanks in advance
Replies
0
Boosts
0
Views
641
Activity
Jun ’21