Back

Apple/iOS

  • Jennifer Pike
  • Posted by Jennifer Pike
August 8, 2016

What is Reverse Engineering?

It is human nature to be curious about the world and how things work and then how to manipulate them. Imagine a growing baby. “What’s this thing attached to my body? Oh, an arm! I can move it! Hey, that shiny object sure looks interesting. Maybe I can use this arm thing to get it closer. There we go, now to just pick it up and taste it...”

Read More
  • Drew Pitchford
  • Posted by Drew Pitchford
June 14, 2016

WWDC 2016 was a software centric show that introduced lots of new user facing features as well as provided developers with many new APIs to plug directly into system apps. All four of Apple’s major platforms received updates, which will be publicly available this fall. Check out what’s new!

 

Read More
  • Drew Pitchford
  • Posted by Drew Pitchford
March 21, 2016

Apple’s Spring event has come and gone and we are left with a flurry of new products and software.

Read More
  • Logan Gauthier
  • Posted by Logan Gauthier
March 15, 2016

Normally, if you need to programmatically create a `UIImage` for an image in your asset catalog, you're stuck with the stringly typed method which returns an optional:

Read More
  • Logan Serman
  • Posted by Logan Serman
February 23, 2016

Docker is a containerization solution that allows apps to run in a sandboxed environment that includes all the dependencies they will need without the additional overhead of a virtual machine. This sounds great--we can containerize our applications and deploy them, no more server provisioning and maintenance! Unfortunately, this is way more difficult than it sounds if a zero-downtime solution is needed. If you are just deploying a small-scale app without a cluster of servers, you will have downtime while Docker stops the existing app container and starts the container with your new code.

Read More
  • Andreas Can
  • Posted by Andreas Can
February 11, 2016

Concurrency is a condition in a program where two or more tasks are defined independently, and each can execute independent of the other, even if the other is also executing at the same time. In programming concurrency can mean several computations, data loads, or instructions are being handled relatively at the same time, through a single-core or multiple-core processor.

Read More
  • Abbey Jackson
  • Posted by Abbey Jackson
January 26, 2016

Apple’s new UITest suite has some developers excited, and others disappointed in lost functionality. UITest works differently than the functional testing solutions developers have come to rely on, such as KIF. Instead of giving you access to elements themselves, UITest gives access to proxy elements with minimal parameters to interact with. Learning to separate unit testing and unit based uitesting from functional testing can be a frustrating experience, especially when working with a new framework that still has its own kinks to work out. It is my hope the following guide will help developers form some clarity into the methodology needed when working with UITest.

Read More
  • Drew Pitchford
  • Posted by Drew Pitchford
January 5, 2016

3D Touch is a new feature exclusive to iPhone 6s and iPhone 6s Plus. It provides a new way for users to interact with our apps. As such, it’s important for developers to embrace this new technology. There are two ways that 3D Touch can be integrated into your app.

Read More
  • Abbey Jackson
  • Posted by Abbey Jackson
December 15, 2015

I have collected a list of quality blogs, newsletters, courses etc to further an iOS developer's knowledge and stay on top of news. This is not a huge list of every resource out there by any means, but I think these are the best.

Read More
  • Drew Pitchford
  • Posted by Drew Pitchford
September 10, 2015

Apple's much anticipated event for announcing their late 2015 products was Wednesday and more than exceeded expectations. The invitation to the event included the tagline "Hey Siri, give us a hint!" Actually asking Siri to give a hint would illicit a playful and humorous response. Now that the event is over, you may be wondering what really happened at Apple's Hey Siri event.

Read More