271 questions
This is my first time posting.When I build it, an error occurs and I can test it with an emulator, but I can't test it with an actual machine.Looking at the content, I think NCMB is the cause, but I d...
I wanted to create a riddle app, so I wanted to add a countdown function, so I looked it up and wrote it down, but it didn't work for some reason.Is it possible to count on the label?If possible, plea...
Currently, Embedded Framework is developing multiple targets.Installing Firebase on multiple targets with CocoaPods crashes after bootup. objc [97307]: Class FIRMessagingLog is implemented in both / U...
I am making a diary app with swift2.I added the App Extensions Share Extension to the app, but I misunderstood and it was different from what I wanted to do, so I would like to delete it.In this case,...
Generate a base View and addSubView() the UI parts that correspond to the feature.After that, if I changed the function, I removeFromSuperview() all the UI parts on the base view, and then reset the v...
After updating Mac OS to 12.1, xcode 12.5.1 stopped booting.Officially, Xcode 12.5.1 requires MacOS 11 or later is written only.Xcode 12.5.1requires a Macrunning macOS Big Sur11 or laterHow long will ...
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 ...
« | - 21 - | » |
© 2024 OneMinuteCode. All rights reserved.