599 questions
Regarding the following information in the Firebae document:I understand what 3 means, but I don't know exactly what to do.As for 4, I can understand to a certain extent that it is closed, but I don't...
Currently, I am creating an application that parses xml in NSXMLParser and displays it in tableview.There is no problem if xml can be retrieved successfully, but I am having trouble knowing how to che...
[Sato, Aoki, Ono] and other array with the name string How do you rearrange them in alphabetical order, such as Aoki, Ono, and Sato?Do you have it? class person:NSObject { var name —NSString? init(nam...
Using Xcode 7.0 We are developing under Swift 2.0 environment.Example JSON data: [ {Name: Yoshiro, sex: Man, {Name: Fune, sex: Woman, {Name: Kojiro, sex: Man}]From this JSON data [Yoshiro, Fune, Koj...
I used the following article to introduce Alamofire in Carthage, but I get an error when building.https://qiita.com/yutat93/items/97fe9bc2bf2e97da7ec1The source code has been generated and is almost t...
The signal SIGABRT error appears in the code below.view controller1@IBOutlet weak var image1:UIImageView!@IBOutlet weak var image2:UIImageView!override func prepare(for segment:UIStoryboardSegue, send...
I want to alert after hitting the API, pick up the event, and then move on to the next event, but delegate:self in the closure does not pick up the event.I haven't touched Objective-C and I'm a beginn...
Based on Swift2's book called Swift+ios App Development Introduction, the following code created in Swift4 does not make the screen transition destination as intended.In this code, the tableView on th...
(One answer) 6 years agoWhile the image selected from the camera roll is depicted in imageView, the function of filtering sepia or black and white by tapping the button is implemented.In addition,...
Simply uncheck CloudKit in Target Signing & Capabilities.As soon as you launch the app, the following message appears on the console:[error] fault—Store opened without NSPersistentHistoryTrackingKey b...
« | - 48 - | » |
© 2024 OneMinuteCode. All rights reserved.