xcode tag

271 questions


1 answers
115 views
0
I want to implement an action that starts when the camera screen switches after shooting.

When you press the button, the camera starts, and when the camera screen is switched to the main view, the image you are adding to the view disappears.I'd like to make it a specification, but it doesn...

2 years ago

1 answers
64 views
0
The UILabel cannot be segmented in Xcode.

I use Xcode to create a counting app with objective-c.It's a simple one with only buttons and labels, and when I tried to enter UILabel and connect it to the label, ○ didn't appear and the text color ...

2 years ago

1 answers
121 views
0
The Xcode developed application cannot be tested on the actual iPhone.

The Xcode developed application cannot be tested on the actual machine.Several people are developing an application using Xcode.The source code is managed by git and cloned to each Mac.The administrat...

2 years ago

1 answers
65 views
0
Compilation fails after upgrading xcode to 7.0

I accidentally upgraded xcode to 7.0.As a result, when I try to move Fortran in the terminal, I get the following error:Compilation is no longer possible.ld—library not found for-lSystemcollect2:error...

2 years ago

1 answers
149 views
0
Products folder is empty when XCode is archived during iOS app release operation

As you can see in the title, when I did Product→ Archive on XCode while working on the iOS app release, The Details display Generic Xcode Archive and cannot proceed with Validate Content Looking at th...

2 years ago

1 answers
36 views
0
Information About Calling Objective-c from Swift

I'm trying to call setupAppCWithMediaKey in test.m below over the code in view_test.swiftHowever, in the third specification of view_test.swift, launchOptions: 0x00000100 causes build error.I would ap...

2 years ago

1 answers
80 views
0
I want to run Unity on an existing Xcode project.

Currently, I am developing a native app on iOS.I wanted to move Unity 5 in this project, but I'm not sure.Simply put, I want to switch between native apps and Unity 5.I understand that there is a site...


1 answers
106 views
0
I want to add a custom badge to the UITabBar.

I'd like to put a red circle badge on the UITabBar, but I don't know how to do it even if I google it.I found a library like the one below, but I couldn't do it well.https://github.com/evgenyneu/swift...


1 answers
145 views
0
The image captured by AVFoundation has a strange conversion.

I would like to use AVFoundation to capture the in-camera capture image, but the capture image is strange.I have attached an image.I captured my business card normally, but it looks like it's crushed ...


1 answers
136 views
0
What is the order of keyboard display and input start delete in Swift5TextView?

What is troubling me is the order in which modules are called regarding keystrokes.In TextView input, (1) @objc showKeyboard(2)textViewdidbeginEditingis referred to in the order shown in .I would like...

2 years ago
« - 12 - »

© 2024 OneMinuteCode. All rights reserved.