Posts
All the articles I've posted.
iOS Moya Implementing OAuth 2.0 Requests
Published: at 05:17 AMUpdated to work with Alamofire 5 and Catalyst
How to Improve Cursor Movement Smoothness in macOS Terminal
Published: 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
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.