Training and Instructional Design
In iOS you are limited to two labels and an image for one of the standard table view cell styles. You might want more custom cells than this. You are not alone with other developers including, Instagram, Twitter, Feedly and even Apple often using more than… Continue Reading “Custom Table View Cells in Swift 3”
This will be the first in a series of lessons on persistence in iOS applications. Persistence is keep data around even if your app ends. As we’ll see in this series there are many techniques to save and read data. One Common one Apple… Continue Reading “How to Use Property Lists (.plist) in Swift”
Apple messed up big time. They wanted a simple, powerful but flexible system to lay out buttons, labels, images and other objects on the storyboard. They wanted a way to make only one layout and have it work on any iOS device in any… Continue Reading “Practical Auto Layout: Are You Ready for iOS 9?”
I have a mystery brewing. Last week I wrote an article 12 Points that the media missed at WWDC2015. An astute reader noted that #5,6,and 7 was missing. Was it a plot by Google to keep these points quiet? No, I just goofed and… Continue Reading “7 More Impressions From WWDC2015 Almost Everyone Missed”
Once a year, Apple developers get together in San Francisco. Some lucky people in person, most through on-line connections. The event is the World Wide Developer’s Confrence (WWDC), the event for those people and companies developing applications for OSX and iOS. As a developer,… Continue Reading “6 Themes to Expect at Apple’s WWDC 2015 No One is Talking About.”
It came to my attention this week there’s a big change to Swift code on the way. It doesn’t look big though: it is the difference between as and as!. The keyword as is the conversion operator. Usually type or class are easily defined… Continue Reading “The Joys of Beta Swift: as Versus as! and Why I Avoid Betas”
A few weeks ago, I was talking to friend about the Stopwatch I had written in Sprite Kit. At the time I had the stopwatch working to tenths of a second. While I was discussing this stopwatch on social media, a friend of mine… Continue Reading “WWDC Is Not CES”