iOS Capture a UIView as a a JPEG image using Swift This technique demonstrates the simple but useful task of capturing the contents of a UIView as a JPEG image data object.
iOS Sending Email with Image Attachments in Swift This quick post summarizes the steps to implement sending email from Swift. As an added twist, this post includes capturing an image from one of the app's UIViews.
iOS Drawing with Core Graphics using Swift This techique illustrates a mid-level technique: impelmenting custom Core Graphics drawing in a UIView.
iOS iOS Image Caching for UIKit Apps In this article I'll cover a simple and straightforward approach to fetching images from remote web servers and efficiently caching them so they aren't retrieved more frequently than necessary.
Software Development Bridging JavaScript and WKWebKit Using the WebKit/WKWebView techniques presented here, your native apps can be better integrated with web content and provide a superior experience to end-users.
Software Development Easy Unit Testing of CoreData Persistence Code This article steps through a methodology for building repeatable, automated database unit tests for iOS applications using CoreData as their persistence layer.
Software Development Configuring a UIScrollView in a Storyboard with no code! A recipe for setting constraints on Storyboard views to serve up a proper scrolling view for iOS applications.
Software Development Create an iOS Chat Bubble with Tails This tutorial will teach you how to create the familiar chat bubble with tail UI element used in the built-in Apple Message application.
Software Development Create a static UICollectionView In this tutorial, we’ll create a UICollectionView that works like a static UITableView.