Using SwiftUI in an Existing Code Base
There is a way to start using SwiftUI without having to rebuild everything from scratch. Say hello to HostingController.
Developer, Designer, Media Producer
Articles, notes and tutorials on the Apple Swift programming language used to create iOS mobile and OS X desktop applications. The language was first introduced during WWDC 2014 and version 2 was announced during WWDC 2015. The articles cover the tools, techniques and code for beginners to advanced developers.
There is a way to start using SwiftUI without having to rebuild everything from scratch. Say hello to HostingController.
My CodeNotes For iOS now supports markdown in notes. I found the right library!
A short and quick tip on speeding that error fixing workflow in Xcode.
You may not know this one, it's not common among languages but Swift has a cool little string secret. I'm going to share it with you right now.
Whilst working on my Code Notes application, I wanted to detect when the iPad rotation changes and show/overlay the master view. Here's my solution using Swift.