by Dal Rupnik | May 5, 2016 | Development |
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...
by Dal Rupnik | September 28, 2015 | Development |
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...
by Dal Rupnik | September 15, 2015 | Development |
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...
by Dal Rupnik | September 14, 2015 | Development |
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,...