599 questions
I'd like to get language and country information on the settings screen.For ios9 seriesNSLocale.preferredLanguages().first when used.ja-JP appears. for ios 8 or lower ja appears.As for the information...
I'm a beginner.I make a simple omikuji app with swift.in ViewController.swiftimport UIKitclassViewController:UIViewController { @IBOutlet varuranau: UIButton! @ IBAction func Uranau (sender: UIButton)...
Do you want to improve this question?Edit this post and update the question to focus on one issueClosed 4 years ago.4 years agoI make news apps on iOS.Many news apps have rankings of 24 hours, a week,...
I would like to ask you a question because I am not sure about the iOS protocol.First of all, is the protocol used mainly for delivery?Are there few other uses besides delivering?Can you think of othe...
I am currently making a simple scroll view with swift (sliding to the next picture).I was able to display the image, but the screen is full and I can't display it beautifully with the aspect ratio adj...
I am currently using Swift4, but I would like to get the number of sleep on my device.I understand that you write the code with AppDelegate.swift when you sleep or start the app.What kind of code shou...
I put UIImage in ViewdidLoad by creating an array like the one below. How can I write it when I program it in a two-dimensional array?@IBOutlet varmainImage:UIImageView!variableListArray:Array<UIIm...
I'd like to write a code that says the number increases with time.As shown in the code below, we can increase the number every second, but You cannot increase a decimal number, such as every 0.25 seco...
As per the title, when I looked into it to implement it, I found an article saying that Extensions can add methods, but not variables, and it said that I had to add classes myself.But I don't know how...
I've been learning from swift playgrounds several times.I typed the cord as shown in the picture, and it went smoothly to the red jewel, but it didn't stop at the jewel square, so I just passed by.Is ...
« | - 32 - | » |
© 2024 OneMinuteCode. All rights reserved.