xcode tag

271 questions


1 answers
34 views
0
Viewcontroller Appearance in xcode

I'm a beginner studying how to create apps.There is a gap between the top bar of the ViewController and the bottom view.There is no gap between screenshots of books and webs, but Did you mess with it ...

2 years ago

1 answers
79 views
0
If you do not specify a Team and Provisioning Profile when building iOS apps on Xcode, you will get an error.

I am using Xcode 8.2.1.I'm trying to build a project using a Push Notification.If you do not specify a Team, the Status of Signing will be Signing for IdentifyName requires a development team.and the ...

2 years ago

1 answers
122 views
0
Questions About UIButton in Xcode

When I tap UIButton, like the check button above in the image below, the image set to UIButto turns black and becomes active, so that I can visually see that it has been pressed.Some of the attributes...


1 answers
34 views
0
xcode is too heavy compiled each time you type characters

I am using xcode8.I'm developing a larger project, but every time I type or delete a single character in the source code, the compilation starts, and it's too heavy for me to find any candidate method...

2 years ago

1 answers
36 views
0
I would like to continue processing even if I finish the application by pressing the home button twice.

We are developing it with Objective-C in Xcode.I'm creating a simple app that says that when I press the button, the number increases, but when I turn off the app, the number count returns to the init...

2 years ago

2 answers
42 views
0
UIPageControl Works with UIScrollView

I would like to link UIPageControl and UIScrollView installed on Storyboard with Xcode6+Swift.import UIKitclassViewController:UIViewController, UIScrollViewDelegate { // Linking UIScrollView @IBOutlet...

2 years ago

2 answers
77 views
0
About the exclamation mark on XCode

Some files on XCode 8 are now marked with !It was in the same condition when I cooled down or deleted it once and registered again.Could you tell me how to resolve this ! mark?Thank you.[1] src=https:...

2 years ago

1 answers
35 views
0
ViewController in Xcode

Thank you for your help.I would like to create a project by selecting Single View Application in Xcode.viewDidLoad() in View.controller.swift For example, print(thank you) means when you run.The outpu...

2 years ago

1 answers
34 views
0
Memory release timing when drawingInRect is turned to for statement in UIImage resize

Created a method to resize UIImage.When I write the process of taking out the elements of the image array and resizing them one by one, the memory does not open well, and if high-definition images are...

2 years ago

1 answers
119 views
0
Xcode 7.1 encountered an error when adding Syphon.framework to the project.

Xcode 7.1 encountered an error when adding Syphon.framework.I don't know what it means at all, but I think I followed the steps below.1.Add the framework to your Xcode project.The simple way is to dra...

« - 25 - »

© 2024 OneMinuteCode. All rights reserved.