Skip to content

Jameson Quave

Using computer technology to educate, and improve lives.

Menu
  • Home
  • Contact
Menu

Category: Uncategorized

ARKit on iOS 11

Posted on June 5, 2017May 16, 2020 by Jameson Quave

ARKit is the “largest AR platform in the world” according to Apple’s latest keynote address from WWDC 2017. So what can it do? Well, as we saw in the demos, ARKit enabled features for surface tracking, depth perception, and integrated with existing libraries from the game development world. Note: If you’re here to learn how…

Read more

Objective-C Pointers and Swift 2: A Simple Guide

Posted on August 23, 2015September 1, 2015 by Jameson Quave

This post written on August 23, 2015 to be compatible with Xcode 7 Beta and Swift 2 Objective-C Pointers and Swift Reading C pointers from Swift Let’s say I have a C Int object as a Swift pointer. For example this Objective-C method would return an int pointer, or (int *) in C terminology: @interface…

Read more

WWDC 2015 Developer Highlights

Posted on June 8, 2015June 8, 2015 by Jameson Quave

Today Apple announced watchOS, delivering a new native SDK for developers at WWDC 2015, a new version of Mac OS X known as OS X El Capitan. Mac OS X El Capitan Shaking the mouse makes the cursor appear larger to make it easier to find. Safari now includes “pinning” of tabs, which leaves permanent…

Read more

Fun with CAShapeLayer

Posted on March 2, 2015July 28, 2015 by Guanshan Liu

CAShapeLayer is a specialized subclass of CALayer that draws itself using the shape you define via the path property. path is an instance of CGPath. We could leverage the convenient UIBezierPath APIs to create a path, and then retrieve the CGPath from it. Besides all the animatable properties inherited from CALayer, there are other animatable…

Read more

Swift 1.2 and Xcode 6 Beta 2 – The best update yet

Posted on February 23, 2015February 25, 2015 by Jameson Quave

The big news in the Swift community is the release of Swift 1.2, featuring some awesome features. Apple wrote about that a bit here, this was before they released Xcode 6.3 Beta 2, which came out today. But it contains most of the major language changes. Xcode 6.3 Beta 2 First of all, Xcode itself…

Read more

Access Control In Swift

Posted on July 22, 2014December 21, 2014 by Jameson Quave

Updated December 21 for Xcode 6.1.1 The Swift feature of Access Control is really important from a software architecture perspective, because it allows us to properly implement encapsulation. Without the ability to hide members and methods of classes, it’s very easy to accidentally (or not) reach in to classes and mess with internals that were…

Read more

Connect

  • Facebook
  • Google+
  • My Programming Book Picks
  • Twitter

Jameson Quave


I write about new technologies and how we interact with them.
© 2026 Jameson Quave | Powered by Minimalist Blog WordPress Theme