iOS Pinch To Zoom Tutorial

iOS Pinch To Zoom Swift Tutorial

I wanted to add a pinch to zoom feature to my side project and could not find an updated tutorial for how to replicate the iOS single image view. This is the view you see after tapping a photo in the iOS Photos app. Here are the steps I took to recreate this experience.

Continue
harddrive

Saving Images With Core Data

We won’t actually save images in core data but use it as a means for retrieving images from the app’s sandboxed file system. We will generate a unique name for that image and save the .png to the app’s file system. Then save the name of that .png as an attribute value in core data. 

Continue

Portfolio 6.0

This post marks the launch of my sixth portfolio and the process I went through to ship this version. Having been through several portfolios (at a rate of 1 a year), I wanted this build to last a little longer. Freeing my time up to work on projects and content to put in the portfolio.

Continue