swift tag

599 questions


2 answers
25 views
0
"Where and how should I write the constants that can be used throughout the application?

Here's a quick way to come up with ·Use ENUM·Create a Define classThat's it.What should I do?

2 years ago

1 answers
45 views
0
DETECTION METHOD FOR CHANGING VALUE OF CLIPBOARD

I want Swift (OS X, Cocoa application) to detect a change in clipboard value.Currently, we are able to get the clipboard value, and we are able to reflect it on the label by pressing the button.The ne...

2 years ago

1 answers
29 views
0
How to use AVPlayer with Swift

classAVPlayerView: UIView {//...(1) Create AVPlayerView by inheriting class from UIView required init (coder adecoder:NSCoder) { super.init(coder:aDecoder) } override init (frame:CGRect) { super.ini...

2 years ago

1 answers
71 views
0
swift4 Understanding the passing of values between different views

As I wrote in swift4, it is not possible to pass values between different views.I would like to save the text I wrote in ViewController1 to userdefaults and display it in ViewController2's tableView.I...

2 years ago

1 answers
150 views
0
Understanding Self Reference

https://developer.apple.com/library/ios/referencelibrary/GettingStarted/DevelopiOSAppsSwift/Lesson3.html#//apple_ref/doc/uid/TP40015214-CH22-SW1In the iOS Developer Library swift tutorial Connect the ...

2 years ago

1 answers
87 views
0
I want to use AVFoundation to add a logo to the video.

I am creating a video editing application with swift.Using AVFoundation, we create the ability to add logos to videos.I was able to find some samples of objective-c, but I don't have many samples with...

2 years ago

1 answers
29 views
0
AVAudioPlayer Loop Playback on Swift

I don't know how to play the loop in AVAudioPlayer.Does anyone know?

2 years ago

1 answers
42 views
0
How to Apply MDCSwipeToChose Framework

I am a beginner at Swift, but I would like to create an application using MDCSwipeToChoose, so I would like to refer to the following article in Qiita and create the same one for practice, but I got a...

2 years ago

1 answers
108 views
0
I set sizeClass to Regular on iOS9~ iPad, but it doesn't reflect.

On ipad, there is an item that sizeClass is specified as regular in order to change this layout, but both the emulator and the actual machine do not respond, and for some reason the setting of any is ...

2 years ago

2 answers
92 views
0
I want Swift to manage the framework loading of the framework.

I am not sure if the title of the question is correct, so if there is a problem, please let me know.I was creating an application on Swift, and I tried to improve performance using METAL.It's working ...

2 years ago
« - 55 - »

© 2024 OneMinuteCode. All rights reserved.