Tag: iOS
All the articles with the tag "iOS".
Hide bottom bar in SwiftUI
Published: at 05:16 AMAbout how to hide bottom bar in SwiftUI
How to localize your App name in a modern way
Published: at 04:11 PMXcode 15 created project have something diffierent to localize your App, especially App name.
The way SwiftUI handles external scheme redirects.
Published: at 05:17 AMSwiftUI handle Oauth callback.
iOS Moya Implementing OAuth 2.0 Requests
Published: at 05:17 AMUpdated to work with Alamofire 5 and Catalyst
Adding Settings Panel to macOS App with SwiftUI
Published: at 03:22 PMIn traditional AppKit development, adding a common "Preferences" settings panel to a macOS app requires several steps, including adding a MenuItem and creating a new Window, often requiring navigation between code and Storyboard.