Answer the question
In order to leave comments, you need to log in
Apple's response when submitting to the AppStore: We noticed that several screens of your app were laid out in a way that made it difficult to use your app?
Tell me, I sent the application to the AppStore for verification. The answer came:
We noticed that several screens of your app were crowded or laid out in a way that made it difficult to use your app.
Next Steps
To resolve this issue, please revise your app to ensure that the content and controls on the screen are easy to read and interact with.
Please see attached screenshot for details.
import UIKit
import WebKit
class ViewController: UIViewController {
@IBOutlet weak var WebView: WKWebView!
override func viewDidLoad() {
super.viewDidLoad()
let url = URL(string: "https://example.com")
let request = URLRequest(url: url!)
WebView.load(request)
}
}
Answer the question
In order to leave comments, you need to log in
We need to change the UX interface a bit. You wrote that everything is too grouped. Place the button below, it will not be possible to press it when holding the phone with one hand, you will have to intercept the phone with both hands. Sweep everything closer to the middle and put the login button below. See picture as an example:
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question