xcode tag

271 questions


1 answers
40 views
0
NCMB build error cannot be resolved

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...

2 years ago

1 answers
41 views
0
Countdown app using timer does not work

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...

2 years ago

1 answers
89 views
0
CocoaPods Crashes When Installing Firebase on Multiple Targets

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...


1 answers
38 views
0
How to Delete ShareExtension

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,...

2 years ago

3 answers
82 views
0
About the movement of removeFromSuperview()

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...

2 years ago

1 answers
38 views
0
I want a list of macOS versions that can launch xcode.

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 ...

2 years ago

1 answers
40 views
0
How to Resolve Terminating with Uncaught Exception of Type NSException

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...

2 years ago

1 answers
64 views
0
I was stuck checking the contents of the integer variable in swift2.

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...

2 years ago

1 answers
64 views
0
I want to change the image of the pins on the map to individual images stored in external storage.

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...

2 years ago

1 answers
48 views
0
Reuse Xcode screen size acquisition code CGSize sc = [[UISscreen mainScreen] bounds].size;

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 ...

2 years ago
« - 21 - »

© 2024 OneMinuteCode. All rights reserved.