swift tag

599 questions


1 answers
74 views
0
I want to specify a notification time in Swift LocalNotification

US>Error Contentscannot assign a value of type NSDateFormatter to a value of type NSDateUS>Error pointsnotification.fireDate=myDateFormatterlet myDateFormatter=NSDateFormatter()myDateFormatter.locale=...

2 years ago

1 answers
86 views
0
How to receive UIButton tap events placed in multiple UITableViewCell lines in a higher class (ViewController)

I'd like to know how to use Table View. when multiple buttons are placed in a single cell for the following sources:Is it possible to determine which buttons are placed in the higher class (such as Vi...

2 years ago

1 answers
47 views
0
I would like to rewrite the Objective-C project with Swift and apply as the same app.

Currently, there is a project written in Objective-C.The app has already been uploaded to the iTunes Store, but I think I have completely rewritten this Objective-C project with Swift.Can I apply for ...

2 years ago

2 answers
97 views
0
I want to get location information even after the application ends.

I would like to use CoreLocation to save the user's location information to UserDefault at the time of fore, background, and application termination on iphone ios 13 swift 5.2.Fore, I think I can do t...

2 years ago

1 answers
99 views
0
How do I use the UIMenuController?

I don't know how to use UIKit's UIMenuController, so I copied the code written at the URL below to ViewController.swift, but I got an error.What should I do?https://sites.google.com/a/gclue.jp/swift-d...

2 years ago

1 answers
98 views
0
When I use PHPicker in SwiftUI, I want to return to Tab where I opened PHPicker, but it returns to the initial TabView screen.

Use PHPicker in TabView's child view to return to the first Tab specified in the State in TabView instead of the original child view after using PHPicker.When I close PHPicker, I use dismiss to close ...

2 years ago

2 answers
31 views
0
Change Label Characters by Button Tap

I prepared a label and a button on the storyboard, and when I ran the code below, the label now says A when I press the button.How can I change the characters displayed according to the number of taps...

2 years ago

1 answers
79 views
0
Screen transition method after completing authentication with Swifter (Twitter, Firestore)

I also asked you about teratail, but I will also ask you a question. 実現What I want to realize したいI implement the Twitter login function using Swifter.After the authentication is complete, I want to mo...

2 years ago

1 answers
38 views
0
I want to automatically return to the app from an external browser (safari) on iOS.

After logging in with an external browser using iOS(swift), automatically (without user intervention) Is there a way to return to the original external browser caller?The external browser uses safari....

2 years ago

1 answers
46 views
0
Swift 2.2 For iOS 8 or later apps to process at startup

I'd like to do a specific process when starting the application.·Starting from the state that the application is completely closed·Starting from the state where the application exists in the backgroun...

2 years ago
« - 47 - »

© 2024 OneMinuteCode. All rights reserved.