development

NSAttributedString Enhancements in iOS 11

Attributed strings can be a pain to configure the way you want them. The attributes dictionary has always been a dictionary comprised of String-Any pairs. There have been some nice enhancments in iOS 11, though.

Large Titles For Navigation Bars In iOS 11

If you have played with iOS 11 either on a simulator or on a real device, you have probably noticed that most of the first party apps, such as Mail and Settings, use large titles in the navigation bar. We are going to look at how to implement the same navigation bar behavior in our apps.

Enabling Siri Integration With SiriKit

SiriKit was created for developers in iOS 10. However, there were, and still are, a limited number of intent domains with which you can integrate an app. An intent domain is simply a category of app that can take advantage of Siri. With the release of iOS 11, a few new domains are being made available. This tutorial will walk through implementing SiriKit with the “Lists and Notes” domain, although, the core concepts can be applied to any domain.

Implementing Drag and Drop in iOS 11 Part 2 – Handling The Drag

At WWDC Apple announced that iOS 11 will now support Drag and Drop. This works not only within an app, but also from one app to another. Dragging between apps is only supported on iPads. This tutorial will walk through how to implement exporting data via Drag and Drop.

Implementing Drag and Drop in iOS 11 Part 1 – Handling The Drop

At WWDC Apple announced that iOS 11 will now support Drag and Drop. This works not only within an app, but also from one app to another. Dragging between apps is only supported on iPads. This tutorial will walk through how to implement receiving data from Drag and Drop.

Chariot Developer News Episode #51 – More dev history, new Web IDE, Big Data debates, and more

New AWS feature – Resource permissions for EC2 RDS http://aws.amazon.com/about-aws/whats-new/2013/07/08/announcing-resource-permissions-for-amazon-ec2-and-amazon-rds/?ref_=pe_395470_31013550_7 History of tech – Vannivar Bush and Douglas Engelbart intersected – he read Vannivar’s future of tehchnology paper – http://www.theatlantic.com/technology/archive/2013/07/the-hut-where-the-internet-began/277551/ http://www.theatlantic.com/magazine/archive/1945/07/as-we-may-think/303881/ Another browser-based IDE, but this one has lots of integration – https://codenvy.com/ Developers begin to focus new efforts on tablets, phones hold steady http://gigaom.com/2013/07/12/survey-far-fewer-developers-are-prioritizing-smartphone-apps-over-tablet-apps/ … Read More