Uncategorized

Initial Look At The Secrets of the iWatch SDK

The release of the iWatch SDK has given developers a head start in adding WatchKit to their applications, but with the release of the iWatch Simulator, they’ve also given developers a valuable insight into how the iWatch API stack is shaped. The WatchKit framework runs on the iOS device, but to power the simulator Apple has also added many of the device side frameworks. With a little elbow grease, we can learn a lot about the...

Continue reading...

Using NIBs for Awesome

One of the basic Objective-C design paradigms is Model-View-Controller. Views is views typically have two components. There is the logic that drives a view: formatting, management of subviews, and lifecycle management. And there is appearance of the view. This might include the positioning of subviews, the color of the view and subviews, how the view scales, and so on.

Continue reading...

On New Mac Pros

2013, year of “something really great” for Mac Pro users is here. Hopefully, within the next six months, Apple will finally announce what they plan to do with the Mac Pro line. Time to speculate on what Apple could do!

Continue reading...