code tag

445 questions


1 answers
118 views
0
To change the hue of multiple filters in a single UISlider (last time, last time, last time) [Duplicate]

(One answer) 6 years agoWhile the image selected from the camera roll is depicted in imageView, the function of filtering sepia or black and white by tapping the button is implemented.In addition,...

2 years ago

1 answers
43 views
0
I made iOS app and it was CoreData+CloudKit, but when I unchecked CloudKit, CoreData's data became Read Only.

Simply uncheck CloudKit in Target Signing & Capabilities.As soon as you launch the app, the following message appears on the console:[error] fault—Store opened without NSPersistentHistoryTrackingKey b...

2 years ago

1 answers
46 views
0
Unable to run animation continuously in Xcode

In Xcode, we create an animation in which the updated number moves up and down every time the number increases.http://qiita.com/noppefoxwolf/items/32530bb5f011ac2c9c91I made it by referring to this si...

2 years ago

1 answers
48 views
0
Error pushing from Xcode to GitHub in proxy environment

The following error occurred when pushing from Xcode to GitHub in the proxy environment. curl error: Failed to connect to github.com port 443: Operation timed out(-1)Please tell me the cause and the s...

2 years ago

1 answers
45 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
64 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
43 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
114 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
77 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
102 views
0
terminal operation in git vscode, how to do after eval

I'm very sorry to those who are kindly commenting on my series of messes, but I'll start over once, around 24:23 (https://www.youtube.com/watch?v=RGOj5yH7evk&t=1511s)Now I don't understand it agai...

2 years ago
« - 32 - »

© 2024 OneMinuteCode. All rights reserved.