SwiftGridView 1.1: Pinch to Zoom
SwiftGridView 1.1 is out, and it is almost entirely about one feature that had been marked experimental for as long as it has existed: pinch to zoom. It closes …
SwiftGridView 1.1 is out, and it is almost entirely about one feature that had been marked experimental for as long as it has existed: pinch to zoom. It closes …
SwiftGridView has reached 1.0. I first released it in 2016 as a way to learn Swift and publish a CocoaPod, and it has been sitting at 0.7.x for a while. Enough …
It has been a while since the last site overhaul and there was enough accumulated debt to make a full update worthwhile. The site is still on Netlify and the ov…
I have now done a complete overhaul of my site to bring it more in line with the modern era. The previous iteration of my site was a basic PHP/MySQL creation th…
InnerShadowView is an Objective C based UIView subview for iOS that adds inner shadow functionality. It is configurable to allow shadows to grow from any or all…
SwiftGridView is a Swift based data grid for iOS. I created this primarily as a way to gain more experience with both Swift and creating a CocoaPod. This projec…
UIView+Shadow is a quick category I created to add an inner shadow to a UIView. This is useful for quickly adding an inner shadow to any view. It is configurabl…
UnusedImages is a little shell script I created to help me track down and remove unused images in large projects that have started to become unwieldy. I have al…