599 questions
I am currently studying Swift.Now that I understand the basic syntax, I want to make a calculator that can calculate correctly.I understand that the RPN calculator is a useful introduction to programm...
Constraint changes the size of the UIView(view1) that is present when rotating the screen in swift.However, the size of the AVPlayerLayer that you add to the UIView does not automatically change.// So...
I tried to get the review and phone number data in url below, but most of the values except text, rating for phone numbers and reviews are nil.However, if you hit url directly on the web, you can see ...
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)...
I'd like to put my own image in UITabBarButtonItem, but if you set the png image, The 32*32 image is just the right size, but the image quality gets rough.However, if you set the 64*64 image, it is to...
I'm a beginner in programming.I am currently using swift to create a simple game app.To briefly describe the game, There are five buttons (objects) on the screen, and if you tap it, you'll hear the ri...
I understand that you can change the color of the status bar with the code below.override var preferredStatusBarStyle:UIStatusBarStyle{ return UISTatusBarStyle.lightContent}However, if I want to chang...
The URL where the following json data is returned is http://127.0.0.1:8000/api/v1/I got the response correctly on the simulator, but when I tried it on the actual machine, I couldn't get it. What shou...
Is there a way to limit the iOS version, such as Not available if it is older than iOS 8.0 when the app is launched?
« | - 38 - | » |
© 2024 OneMinuteCode. All rights reserved.