swift5 tag

13 questions


1 answers
76 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 ...

1 years ago

1 answers
92 views
0
I made a checklist using UITableView, but it doesn't check when I press it.

What do you want to doI am making a list with a check box using UITableView in Xcode.I want to change the image of the blank box and the checked box when cell is pressed, but it doesn't work.Currently...


1 answers
39 views
0
Want Swift5 and Objective-C to work together

After creating a bridge header, I was able to confirm that the ObjectiveC method works from swift.TestProvider.swiftimport NetworkExtension// @objc (TestProvider)class TestProvider:NEAPPushProvider { ...

1 years ago
« - 2 -

© 2024 OneMinuteCode. All rights reserved.