Akring's blog
I'm an independent developer focuses on mobile app and web development. I also develop interesting software for macOS. This is my place to show my work and share my thoughts. Make yourself at home.
Read the blog posts or check my homepage for more info.
Recent Posts
The way SwiftUI handles external scheme redirects.
Posted on:September 20, 2023 at 05:17 AMSwiftUI handle Oauth callback.
iOS Moya Implementing OAuth 2.0 Requests
Posted on:September 17, 2023 at 05:17 AMUpdated to work with Alamofire 5 and Catalyst
How to Improve Cursor Movement Smoothness in macOS Terminal
Posted on:March 18, 2023 at 03:22 PMWhen using NeoVim to write code in both Linux and macOS, it's evident that there is a slight lag when continuously moving the cursor using h/j/k/l in the macOS terminal.
Adding Settings Panel to macOS App with SwiftUI
Posted on:April 17, 2022 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.