swift2 tag

30 questions


1 answers
99 views
0
I want to resize the video I took with AVCaptureMovieFileOutput into squares.

I'd like to resize the video I took using AVCaptureMovieFileOutput into a square.At the time of shooting, we set the AVCaptureVideoPreviewLayer with the following properties in the square UIView as pr...

2 years ago

1 answers
122 views
0
Graphical UIView Animation

I want to create a circular view so that the color of the border line is repeated endlessly from red to blue and from blue to red.The following method changes from red to blue, but it stops and does n...

2 years ago

1 answers
111 views
0
To change the hue of multiple filters in a single UISlider

While 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, we would like to implement ...

2 years ago

1 answers
127 views
0
About Custom Keyboard in Swift

I am currently making a custom keyboard for iOS with Swift.I can now type in romaji, but I can't find a way to convert Japanese using romaji input like iOS standard keyboard.I would appreciate it if y...

2 years ago

1 answers
74 views
0
Swift 2.1 selector Swift 2.2# selector

Source code written with the intention of Swift 2.2.timer=NSTimer.scheduledTimerWithTimeInterval(0.1,self,selector:#selector(ViewController.timeCheck(_:))),userInfo:nil,repeats:true)}This will result ...

2 years ago

1 answers
113 views
0
Receive iBeacon using Swift (UUID not specified)

Currently, I would like to use Swift to list iBeacon nearby regardless of UUID.Is it possible to receive iBeacon radio waves without specifying a UUID?

2 years ago

2 answers
123 views
0
Understanding the Order of Asynchronous Processing

Using AWS dynamoDB, you bring the URL of the image in the loadUser() database, download the image with downloadImage(), and add it to the scrollView with addImage().However, if you look at the downloa...


1 answers
118 views
0
I want UISegmentedControl (Swift2) to work with other segmented controls.

When I tap one segmented control, I want to switch other segmented controls accordingly (only display). Is it possible? I tried the name of self.segmentedControl.selectedSegmentIndex=1, but it didn't ...

2 years ago

1 answers
124 views
0
Playground Does Not Display Graphs

when using the for statement in playground of xcode 7.2.1The graph does not appear.Are there any settings?Please teach me.

2 years ago

2 answers
119 views
0
I want to play iOS videos at the same time.

How should I implement it to play iOS videos simultaneously?I want to play 4 videos simultaneously on my iPad.It can be implemented in the application of iOS app development company TouchPress.https:/...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.