PinnedMember-onlyImplementing POP in an exciting appOne of the hardest parts for me when thinking about protocols, is when and where to use them. I understand the principle behind them, and I’ve read posts and seen videos on how to use them, but when it’s time to put it to use in an app, I don’t…Swift5 min readSwift5 min read
Jan 5, 2021This small thing can render your extensions uselessTL;DR — see my SO post Awhile back, I promoted my app on Reddit’s self promotion Saturday. I received a comment that “the widget is failing to load on 13.1 beta”. At the time I thought it was an issue with the beta, but when I upgraded to the GM…Swift2 min readSwift2 min read
Mar 28, 2020A work in progress — part 2This is the second part of my journey into implementing new concepts in iOS. If you want to read part 1, click here. The original code can be seen in this repo and my current state can be seen here Feedback and comments are highly appreciated, just ping me on…Swift4 min readSwift4 min read
Mar 28, 2020A work in progress — part 1In all the apps I have worked on, I’ve used MVC and OOP. This is also the case for a recent take home project. I decided to take this app as a stepping stone to implement MVVM, POP and other aspect of iOS dev. This is my journey The original…Swift4 min readSwift4 min read
Feb 11, 2020How to create a Swift Package and how to use it in your own projectsSPM has taken off as a dependancy manager for any Swift project. With Xcode 11, it can be use for iOS applications. Since there are many articles that go in depth on how to create a Swift Package (like Swift by Sundell and SwiftLee) I will only show the basics. …Swift3 min readSwift3 min read