swift tag

599 questions


1 answers
39 views
0
Asynchronous communication over swift

I am currently developing an app, and I would like to pass the current location information (latitude, longitude) and current time to the API as URL parameters, but it doesn't work.A: Class to retriev...

2 years ago

1 answers
63 views
0
I want the TabBarController icon to be original in Swift.

I want the TabBarController icon to be original, but I can only find the one using storyboard or Object-C on various sites.What kind of program should I write to make the icon original?

2 years ago

1 answers
61 views
0
I want the TabBarController icon to be original in Swift.

I want the TabBarController icon to be original, but I can only find the one using storyboard or Object-C on various sites.What kind of program should I write to make the icon original?

2 years ago

1 answers
76 views
0
error:postfix is reserved

Drag Button to ViewController.swift to change to Action and @IBAction functappedButton (sender:Any-Object){}A program called was added.Then write label.text=Welcome in {} of the taggedButton method an...

2 years ago

1 answers
76 views
0
error:postfix is reserved

Drag Button to ViewController.swift to change to Action and @IBAction functappedButton (sender:Any-Object){}A program called was added.Then write label.text=Welcome in {} of the taggedButton method an...

2 years ago

1 answers
35 views
0
How to use the UIAlertController

As a result of iOS app development I used the UIAlertController frequently.(Extreme story, displayed every time you use View) I remember Ul, but I reject apps that use UIAlert frequentlyWasn't it the ...

2 years ago

1 answers
37 views
0
How to use the UIAlertController

As a result of iOS app development I used the UIAlertController frequently.(Extreme story, displayed every time you use View) I remember Ul, but I reject apps that use UIAlert frequentlyWasn't it the ...

2 years ago

1 answers
37 views
0
UIKit <-segue->Memory Leak in Transition Between SpriteKit

Hello,Swift is developing an iPhone app.Use Segue to use ViewController for UIKit and I made it possible to go back and forth between GameViewController for SpriteKit.When running on an iPhone simulat...

2 years ago

1 answers
65 views
0
Understanding Definition Information for Classes Referenced by Swift

When using xcode and writing code with swift You can see class definition information by clicking command + class name.Where is that definition file?(You can find the header file of Objective-C, but y...

2 years ago

1 answers
92 views
0
Understanding Definition Information for Classes Referenced by Swift

When using xcode and writing code with swift You can see class definition information by clicking command + class name.Where is that definition file?(You can find the header file of Objective-C, but y...

2 years ago
« - 18 - »

© 2024 OneMinuteCode. All rights reserved.