swift tag

599 questions


1 answers
82 views
0
Create an RPN Calculator in Swift

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...

2 years ago

1 answers
33 views
0
To change the size of the AVPlayerLayer that was addedSublayer due to the size change of the UIView when the screen was rotated

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...

2 years ago

1 answers
121 views
0
I can't get the intended data in google place api

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 ...


2 answers
34 views
0
I can't see the characters I want to display

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)...

2 years ago

1 answers
52 views
0
I want to use my own icon for UIBarButtonItem

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...

2 years ago

1 answers
36 views
0
Set up a concept that doesn't hit the button.

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...

2 years ago

1 answers
90 views
0
I want to change the Swift StatusBar color from the event.

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...

2 years ago

1 answers
71 views
0
I want to reflect the JSON data that I got from the API created by Django in the actual TableView.

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...

2 years ago

1 answers
133 views
0
Error when trying to update an app in App Store

In order to update the app released in the App Store, I tried to update it by doing Archive as usual and pressing the Distribute App button, but I couldn't update it because this screen appeared on Xc...


1 answers
29 views
0
I want to set the iOS version limit on Swift.

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?

2 years ago
« - 38 - »

© 2024 OneMinuteCode. All rights reserved.