271 questions
I'm developing an app that stores a lot of images in the iPhone app, but it eats a lot of memory storage.As a result, the operation will slow down or fall.What should I be aware of when I store a larg...
You have applied and approved the Apple Developer Program as a corporation.I'm planning to develop and release the app with several engineers using Xcode, but I'd like to know how to do it.Do you need...
I am creating a program to display textField characters in TableView using Parse, MBaaS on Swift, but the part that I pull TableView to update is not working.override func viewDidLoad(){ super.viewDid...
I am writing the code for the GET request using async/await.In line 7, wait, Type of expression is ambivalent without more contextYou will receive the error:I understand that it is an ambiguous expres...
The UI part (IBOutlet) linked from the StoryBoard will be of the ImplicitlyUnwrappedOptionsal type, but will it not become nil after the linked class is instantiated?Migrating from Objective-C to Swif...
The operation couldn't be completed. (LaunchServicesError 0.) When I try to run the simulator, it comes out.I tried rebooting the Mac, resetting and rebooting the simulator, rebooting the Xcode, and c...
When setting up the path, the error similar to the comment in the code below appears.I don't know the cause, so if anyone knows, please let me know.import UIKitclassViewController:UIViewController { l...
I am creating an iPhone app for the first time.Archive with Xcode and validate as stated in the titleiTunes Store operation succeeded with warning.The applications non-public selectors in Payload/[Mya...
Introducing flutter using flutter vscode androidstudio xcodeHotreload does not work on xcode and AndroidstudioPress run to work properly on each simulator.Both hotreload and run work on AndroidThe sam...
import UIKitimport CoreLocationimport MapKitclassViewController:UIViewController, CLLocationManagerDelegate, MKMapViewDelegate{ @IBOutlet weak var theMap:MKMapView! // @IBOutlet weak var theLabel:UILa...
« | - 20 - | » |
© 2024 OneMinuteCode. All rights reserved.