xcode tag

271 questions


1 answers
42 views
0
Transparent shutter UI for xcode (iPhone) camera app

For more information on how to make shutter UI transparent for iPhone camera application, Please let me know.As shown in the reference image below, the shutter UI for the camera application you create...

2 years ago

1 answers
60 views
0
Pressing the button crashes the app

I make a piano app with Swift.When I build the app and tap the piano keyboard, it doesn't sound and the app drops.The source code is as follows:import UIKitimport AVFoundationclassViewController:UIVie...

2 years ago

2 answers
40 views
0
Header file (.h) not found

To load an Objective-C class in SwiftI created a file called SocketRocket-Bridge-Header.h and included import.#ifndef RemoteControl_SocketRocket_Bridge_Header_h#define RemoteControl_SocketRocket_Bridg...

2 years ago

2 answers
106 views
0
I want to configure AttributeString on the storyboard.

I want to set AttributeString on the storyboard.letattributedText=NSMutableAttributedString(string: Hello, I am, attributes: [NSAttributedStringKey.font:UIFont.systemFont(ofSize:17)])and the source im...

2 years ago

1 answers
68 views
0
You want to change the value of the UIView for another class in the argument.

Hello.I want to change the UIView value for other classes (for example, someView.alpha value) when I press the button, but it doesn't change.Regarding the code below, it seems that each case was reach...

2 years ago

1 answers
51 views
0
How do I print characters that are not defined in UTF-8 as "images"?

I am developing an application called Zinnia-Tomoe that allows iOS devices to input and output kanji using a license-free handwriting recognition engine.You can think of Zinnia as an online input appl...

2 years ago

2 answers
109 views
0
UIImage→ NSData Conversion Questions

You are trying to convert the UIImage object to the NSUserDefaults type in order to save it to NSUserDefaults.Use the UIImagePNGRepresentation or UIImageJPEGRepresentation methods to I understand that...

2 years ago

1 answers
35 views
0
The Xcode7beta simulator works, but it doesn't play in the actual machine test.

I am using MACBOOKAIR OS 10.11.3n Xcode-beta.As I wrote in the title, I can't play the video on the actual machine test.I tried various things on mov.mp4, quicktime, and CNVERTER, but it didn't work.T...

2 years ago

1 answers
46 views
0
I want Swift to omit the NavigationController title if there are more than a certain number of characters.

The title displayed in the Navigation controller is I am troubled that it looks like the attached image below.What you want to do is to display <Back, which is displayed by default on the Navigatio...

2 years ago

2 answers
33 views
0
With swift, the multidimensional array doesn't work the way you want it to.

Nice to meet you vara=[String]()a. insert(a, atIndex:0)a.append(b)a+=[c]Something like I'd like to have multiple arrays. varb=[String]]()a[0].insert(a, atIndex:0)a[1].append(b)a[2]+=[c]Compilation pas...

2 years ago
« - 23 - »

© 2024 OneMinuteCode. All rights reserved.