python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
SwiftUI [ShareSheet] connection invalidated. Attempt to present which is already presenting
I'm trying to create a share button in my app. App on SwiftUi, Xcode version 13.2.1, iPhone 15.2
If I use this code:
let url = URL(string: "https://example.com")
let activityController = UIA...
Ostap Suleymanovich
Votes: 0
Answers: 1
when need to switch the rootViewController
I've been working on a Swift project and I have two view controllers, the login view controller & the home view controller. When a user launches the app, I want to display the login view controlle...
Yuuu
Votes: 0
Answers: 3
SignUp Button Not Working While Handling RootViewController?
I'm building an iOS app using a Storyboard. The root view controller is a Home View Controller. I'm creating the login/logout process, and it's mostly working fine, but I've got a few issues. I need t...
iFateh
Votes: 0
Answers: 1