Browsing: iOS Development
A few days ago I introduced SwiftBash — a sandboxed bash interpreter written in pure Swift. At the end of…
Attaching the demo code: import SwiftUI struct BufferTest: View { @Binding var text: String @State private var buffer: String =…
The components I’ve been announcing recently certainly hinted at what I’m working on at the moment. A bash playground that…
My iOS app is live on the App Store and accessible via direct link, but it does not appear in…
I’ll be honest. When I started thinking about which other languages SwiftBash should run, JavaScript was about fifth on my…
4/28/16 2:20 PM · 1 min read ClockKit families and templates, there are so many of them. It’s a little bit…
This answer is made Community Wiki. Thanks to this answer by @Benzy Neez I found out about navigationTransition and it…
There is a thing that happens, after a couple of weeks of working with coding agents at a steady pace,…
Learn how to organize your codebase. If you are struggling with Xcode project structure, files, naming conventions, read this. Apple…
I’m trying to add Shadow to the Border of the UIButton, but it is not working. Shadow should as seen…
