445 questions
I am creating an application using collectionView.I would like to implement the function of removing long pressed cells when I press and hold cells, but when I press and hold cells for a long time, li...
I'm rewriting this calculator app with swift2.https://www.youtube.com/watch?v=DGt1yBxBw9k&index=5&list=WLclass ViewController:UIViewController {var lastNumber: String=@IBOutlet var answerField...
Prerequisites/What you want to achieveI am making a map application, but I would like to change the pin image to the individual image stored in FirebaseStorage.I don't think the first half of the code...
Please tell me how to avoid writing the following code on Objective-c each time.CGSize sc=[[UISscreen mainScreen] bounds].size;When I get the screen size of the terminal and do the layout, I write it ...
I use GameKit on iOS to create an app that uses the ranking function of GameCenter.The language used is Objective-C.I was able to run the app through the build to Xcode7.When I build with Xcode 8, I g...
I don't know how to use UIKit's UIMenuController, so I copied the code written at the URL below to ViewController.swift, but I got an error.What should I do?https://sites.google.com/a/gclue.jp/swift-d...
I'd like to do a specific process when starting the application.·Starting from the state that the application is completely closed·Starting from the state where the application exists in the backgroun...
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...
iTunes store operation failed This action could not be completed.Try again.The error appears.Could you tell me the solution?We are working on this site by referring to it. https://akira-watson.com/iph...
The iOS app is creating a process to convert each page of a PDF file to UIImage.Up to iOS7, the PDF page was successfully retrieved and converted using the code shown below.When running in iOS 8.1, yo...
« | - 31 - | » |
© 2024 OneMinuteCode. All rights reserved.