Select Page
Goodbye arvystate.net

Goodbye arvystate.net

For 12 years I have been using arvystate name and arvystate.net website as a place to post about projects I deemed interesting. Since Unified Sense is now a place where I post everything, I have decided to bring an end to arvystate. I do not think keeping two sites...
The Month of Updates

The Month of Updates

2015 has been one of the most forward looking years in World Wide Web evolution. There were so many steps made in just one year. Let me go through a couple. A lot of movement has happened in adopting HTTP 2.0, which was barely standardized in 2015, fifteen years after...
Using Taptic Engine on iOS

Using Taptic Engine on iOS

We’ve all been waiting for the arrival of iPhone 6s and it’s 3D touch capabilities. We have already covered detecting 3D touch with UIGestureRecognizer objects, but Apple’s implementation of Peek and Pop gestures elegantly use the Taptic Engine...
Why should we always zero-out structs

Why should we always zero-out structs

I’m pretty sure that all professional C and C++ developers already know this, but it is not that common in Objective-C. Many OS X and iOS developers are not familiar with structs, or just forget how they work. Since many API’s in OS X and iOS are still in...
Force Touch – now 3D Touch

Force Touch – now 3D Touch

With approaching release of iPhone 6s and iOS 9, there was a lot of talk about a new feature called Force Touch. As it turns out, after iPhone 6s announcement it’s marketing name is 3D Touch. Golden master release of Xcode 7 already includes 3D Touch APIs,...