Skip to content

Jameson Quave

Using computer technology to educate, and improve lives.

Menu
  • Home
  • Contact
Menu

Search Results for: func

Function Currying in Swift

Posted on May 3, 2015May 3, 2015 by Guanshan Liu

Function Currying in Swift The concept of currying is that instead of accepting multiple arguments, a function accepts only one, and returns a function which acepts the remaining arguments. The returned function will also accept only one argument, and returns another function. This process continues until all arguments are exhausted and we are left only…

Read more

Functional Programming in Swift

Posted on April 25, 2015April 26, 2015 by Guanshan Liu

Thoughts on Functional Programming in Swift Like most of you, I have to use Objective-C at my day job. I could only craft my Swift skills at night. Swift is not a purely functional language. It can be use imperatively because all frameworks from Apple are written in Objective-C at the time of writing. However,…

Read more

ARKit Tutorial in Swift 4 for Xcode 9 using SceneKit

Posted on June 30, 2017November 14, 2017 by Jameson Quave

ARKit Tutorial in Swift 4 for Xcode 9 In this tutorial I’m going to show you how to work with ARKit, the new Framework from Apple that allows us to easily create Augmented Reality experiences in our iOS apps. The first thing to know about ARKit is that it can be used in three major…

Read more

Core NFC Tutorial for NFC on iOS Devices

Posted on June 6, 2017September 8, 2017 by Jameson Quave

With the release of iOS 11, for the first time third-party developers are able to use the NFC reader on devices iPhone 7 and higher. This could be used for passing along identification information and a whole host of other data exchange applications from door locks to subway passes. The technology used on iOS 11…

Read more
caffe2

Caffe2 on iOS – Deep Learning Tutorial

Posted on April 22, 2017December 19, 2019 by Jameson Quave

Caffe2 in an iOS App Deep Learning Tutorial At this years’s F8 conference, Facebook’s annual developer event, Facebook announced Caffe2 in collaboration with Nvidia. This framework gives developers yet another tool for building deep learning networks for machine learning. But I am super pumped about this one, because it is specifically designed to operate on…

Read more

Machine Learning Vocabulary

The Machine Learning and Deep Learning vocabulary. If you are new to machine learning, researching each of the below terms will help you get started in this field. I put this list together myself after a year-long period of trial and error, false starts, and finally some level of understanding of this realm. My pain…

Read more

Swift 3 Tutorial – Fundamentals

Posted on November 21, 2016December 4, 2016 by Jameson Quave

Swift 3 Tutorial In this Swift 3 tutorial, we’ll focus on how beginners may approach going from complete beginner to having a basic grasp on Swift, and we’ll be working with Swift 3. We chose to write this tutorial because newcomers will find many tutorials out there that are out of date, so it’s not…

Read more

Designing Animations with UIViewPropertyAnimator in iOS 10 and Swift 3

Posted on June 28, 2016June 29, 2016 by Jason Newell

Designing Animations with UIViewPropertyAnimator in iOS 10 and Swift 3 This is part of a series of tutorials introducing new features in iOS 10, the Swift programming language, and the new XCode 8 beta, which were just announced at WWDC 16 UIKit in iOS 10 now has “new object-based, fully interactive and interruptible animation support…

Read more

SiriKit Resolutions with Swift 3 and iOS 10 – SiriKit Tutorial (Part 2)

Posted on June 20, 2016June 20, 2016 by Jameson Quave

SiriKit Resolutions with Swift 3 in iOS 10 – SiriKit Tutorial (Part 2) This tutorial written on June 20th, 2016 using the Xcode 8 Beta 1, and is using the Swift 3.0 toolchain. This post is a follow-up in a multi-part SiriKit tutorial. If you have not read part 1 yet, I recommend starting there….

Read more

Creating an iMessage Sticker App on iOS 10 with Swift – Tutorial (Part 1)

Posted on June 14, 2016June 23, 2016 by Jason Newell

Creating iMessage Apps with XCode 8 This is part of a series of tutorials introducing new features in iOS 10, the Swift programming language, and the new XCode 8 beta, which were just announced at WWDC 16 Intro Among the most exciting additions in iOS 10 are some of the new app extension types, and…

Read more
  • 1
  • 2
  • 3
  • 4
  • …
  • 6
  • Next

Connect

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

Jameson Quave


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