python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to solve the problem with headerView in lifecycle
In my application, depending on whether the user is logged in, header looks differently. The problem is that by calling it in viewDidLoad - it loads incorrectly.
Here's my header code:
func configureU...
AlexM
Votes: 0
Answers: 2
I'm trying to convert a MSAL login from UIKit to SwiftUI and not sure how I can implement the MSALWebviewParameters into SwiftUI
I've implemented a lot of the MSAL into SwiftUI, but I'm running into a hiccup with MSALWebviewParameters which needs aUIViewController.
This is the current code portion that works with UIKit.
@ob...
Robert
Votes: 0
Answers: 0
Get tab bar items in xcode to show in image original color as soon as the view is loaded
Morning ya'll. I've designed a tab bar and managed to customise it with custom tab bar items but i can't figure out how you get the tab bar items to load in their original picture color when view is l...
Vmaiuga
Votes: 0
Answers: 1
iOS. Interface orientation on launch
I have an app that supports both portrait and landscape.
So in Info.plist / Project Settings I specify both orientations.
In my UIViewController I override supportedInterfaceOrientations to return .la...
Pavel Alexeev
Votes: 0
Answers: 1