34 questions
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...
Based on Swift2's book, I created the following code in Swift4 and found the following error in the array part that gives the id:Could you tell me the solution?Cannot convert value of type 'String' to...
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...
When I press stopButton, I want to disable nextButton and backButtom. What should I do?IBAction func nextButton(_sender:Any){ if imageIndex==2 { imageIndex=0 } else { imageIndex= imageIndex+1 } imag...
« | - 4 - |
© 2024 OneMinuteCode. All rights reserved.