Tag: programming
-
How and Why to Implement Keyboard Shortcuts in iOS 7
Support for keyboard shortcuts is new in iOS 7. These can make typing on an external keyboard much more convenient. And they work in the iOS simulator, which is great for development. Here’s how to add them.
-
My Current Project
I’m working on a Choose Your Own Adventure style story app with two friends who write and draw for a living.
-
3 Tips on Auto Synthesized Properties
Lessons learned when switching a large Objective-C codebase to using auto synthesized properties new in Xcode 4.4.
-
How to Modify the Dock or Login Items on OS X
Working example code showing how to add or remove items from the Dock or the user’s Login Items using Cocoa on Mac OS X 10.4 and later.
-
How to Launch a Privileged Process on OS X
Working example code showing how to launch a privileged process as root using Cocoa on Mac OS X 10.4 and later. The code is daemon-safe.
-
How to Check the System Idle Time Using Cocoa
Working example code showing how to check the system idle time using IOKit and Cocoa on Mac OS X 10.4 and later.
-
How to Print a PDF File Using Cocoa
Working example code showing how to print an existing PDF file using Cocoa on Mac OS X 10.4 and later.
-
How to Create an Alias Programmatically
Example code showing how to create an alias in Objective-C on Mac OS X.