Skip to main content
0 votes
2 answers
76 views

I'm having issues when tapping buttons that either open the share sheet or email. Behavior - Does not work when app is launched after install. Works fine after restarting app. UIApplication.shared....
Berhanwar's user avatar
  • 121
0 votes
1 answer
43 views

i have an app where the user sets a username in the WelcomeViewController the first time he launches the app. This Username gets stored in Firestore. I want to change the ViewController that gets ...
flolopi's user avatar
  • 43
12 votes
2 answers
3k views

This is my first question here after years of finding every answer I needed. I have coded some apps for iPhone in IOS, I'm not always sure of what I'm doing but they work! They use Google sign in and ...
Frank's user avatar
  • 121
2 votes
1 answer
167 views

I am trying to determine if user selected the "reset" button after the app restarts. With this code, it will go back to the root controller when the app is open or in the background. Once I ...
rmr84's user avatar
  • 35
0 votes
1 answer
263 views

I am trying to add a "Cancel" button in my viewcontroller's navigation bar programmatically. The sole purpose of the button is to dismiss the current viewcontroller and go back to the root ...
Piyush Khanna's user avatar
1 vote
1 answer
2k views

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 = ...
Ostap Suleymanovich's user avatar
3 votes
3 answers
2k views

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 ...
Yuuu's user avatar
  • 909
2 votes
1 answer
94 views

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 ...
iFateh's user avatar
  • 607
5 votes
3 answers
10k views

I want to get rid of the " 'windows' was deprecated in iOS 15.0: Use UIWindowScene.windows on a relevant window scene instead" message in my function (my function works very well by the way.)...
Flincorp's user avatar
  • 981
0 votes
2 answers
408 views

This is the flow: VC1 ->(PUSH)-> VC2 ->(PUSH) -> VC3 When clicking a button in VC3 I am calling the method below and it works properly - taking me back to VC1: self.navigationController?....
stackich's user avatar
  • 5,583
-2 votes
1 answer
95 views

So my goal is to be able to show the right vc without any bugs. There's actually multiple bugs with this issue. First it would make sense to show the block of code and explain it first so you can get ...
dsonawave's user avatar
  • 167
0 votes
1 answer
587 views

my app flow like below uinavigationcontroller(is initial viewcontroller) -> loginVC -> homeVC i am having SceneDelegate in project, ...
Swift's user avatar
  • 1,180
0 votes
2 answers
87 views

Does anyone know what the difference is between TabBarController* tabBar = (TabBarController *)_window.rootViewController; UINavigationController* navigationController = tabBar.selectedViewController; ...
valeriana's user avatar
  • 159
1 vote
2 answers
1k views

i have scenedelegate, appdelegate, signinVC, signupVC, and homeVC viewcontroller flow like below UINavigationController(initialVC) ->SigninVC (signin and signup buttons) -> homeVC(...
Swift's user avatar
  • 1,180
1 vote
0 answers
25 views

I have Registration, Login and Home viewcontrollers my app flow is 1) if i register with name password then i need to go home page and in home page if i tap logout i need to go login page 2) after ...
Swift's user avatar
  • 1,180

15 30 50 per page
1
2 3 4 5
10