I think you have to do it yourself. This enable you to use your own images.
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Where did you declared the IBOutlet (in which part of the code) ?
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
As you do not use available Tesla API thus may be considered as reverse engineering. You have to demonstrate that you use Tesla publicly available information.
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
From what I observed, using environment object may change the way the view is initialized. As you seems to use array State var this may result as the override when calling does not happens as the view may be created before. Use binding if data comes from caller view.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags:
Do you do some external data launch or heavy computing before showing the first screen ? It seems it take 19 seconds which may be too long.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
Each time you have a closure you can put a function. If code is called only once, it may not worth using a function rather than just writing the closure. If the same code is called many times may be a function will be better for maintenance.
Topic:
Programming Languages
SubTopic:
Swift
Tags:
Do you check that user enter something and if not supply an alert to say that nothing has been entered so he can try again ?
Topic:
App & System Services
SubTopic:
Hardware
Tags:
look at [this](xcode13.4.1:Library not loaded: /usr/lib/swift/libswiftCoreGraphics.dylib
https://developer.apple.com/forums/thread/715162?answerId=728753022#728753022)
: some libraries may not be found and cause error with xCode 13.4.1. May be just using xCode 13.4 will help.
Topic:
App Store Distribution & Marketing
SubTopic:
General
Tags:
Are you getting any data from an external network address which may require to use a region code and not work if the iPhone region code does not exist ?
Topic:
App Store Distribution & Marketing
SubTopic:
TestFlight
Tags:
Distribution for ad hoc ?
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
You seem to use an external framework (IBMMobileFoundationSwift) . Have you the compatibility for swift version ?
Topic:
App Store Distribution & Marketing
SubTopic:
General
Tags:
Can you simulate the environment on a server accessible on internet for the duration of review ?
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
Are you sure you did not selected 4+ in the app information page ?
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
Why do you need up address for ? Which IP : private, public, wifi ?
Topic:
Programming Languages
SubTopic:
Swift
Tags:
You can also add an element after the ForEach and add to it an onAppear, so it will only be called when user scroll to show it.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: