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)
SwiftUI register for push notifications didRegisterForRemoteNotificationsWithDeviceToken not called
I am trying to subscribe to pushes, and receive device token in didRegisterForRemoteNotificationsWithDeviceToken to send it to the server. I have a SwiftUI App which has a @UIApplicationDelegateAdapto...
f3dm76
Votes: 0
Answers: 1
Push viewController not showing in AppDelegate
Try to push new viewController(InboxController) from rootViewController , rootViewController is UITabBar. But, pushViewController not showing anything and only show rootViewController
// 1
...
lauwis premium
Votes: 0
Answers: 0
Conditionally show either a Window or the Menu bar view SwiftUI macOS
I'm creating an app where it simply lives in the menu bar, however I'd like a full-sized normal window to pop up if the user is not logged in, I have made a little pop over window which is sufficient ...

Nathan
Votes: 0
Answers: 1
UIKit AppDelegate: apply style when app is launched
I’m trying to create an app using UIKit and I need to apply a certain theme once my app launches. I do so in the application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: ...
noloman
Votes: 0
Answers: 0