I’m teaching an online iPhone Development class through Skillshare.com where you will learn how to build iPhone apps. It starts on January 28th for three weeks. All the videos are recorded, so it’s ok to miss class.
The course is designed for non-programmers and beginner developers [...]
I decided to experiment with iOS Framework Guide from jverkoey’s github. There were a couple of issues that aren’t fixed for Xcode 4.5.2. It looks like some things may have changed.
Static Library Target – Framework
The last lines of the script need to be updated for the static [...]
I’m experimenting with mock objects in Kiwi and decided to try and mock the UIAlertViewDelegate. I ran into two issues.
1. Order is important when creating the mock delegate object. It needs to be setup with all the delegate method receive calls before you [...]
I’ve been playing with Kiwi and I’m trying some BDD (Behavior Driven Development) for a new static library component I wanted to build.
I began with a new Xcode project using the Static Library template, but ran into issues with the difference between “logic tests” and “application tests”. In short, all [...]
The UICollectionView can provide a special UIMenuController with cut, copy, and paste actions. To add UICollectionView custom actions you need to implement a few extra methods for the shared UIMenuController object. The view controller’s parent window needs to be the key window and you’ll need to respond to UIResponder method canBecomeFirstResponder.
The Facebook app broke the old way of creating an iOS facebook page link. If the app isn’t installed the old facebook link works, but when it is installed it just opens the Facebook app to the default page.
Working with Xcode code signing is a pain. You may have encountered a situation where there are more than two code signing identity’s in Xcode. This means that you potentially have to change four different code signing settings to update your app, rather than just two.
I think this is cruft from upgrading to the [...]
I have a development kit for Leap Motion that arrived last week and I’ve been working on an Objective-C/C++ wrapper for the C++ Leap Motion SDK. I used opaque pointers to contain the Objective-C/C++ code into one file so that the header can be included in vanilla Objective-C apps.
Now that I have a starting [...]
Using the social.framework is real simple on iOS 6.0. Apple only refers to their reference, so I decided to show the code snippet example. To change between twitter and Sina Weibo, just use the types: SLServiceTypeSinaWeibo SLServiceTypeTwitter. It just takes 10 lines of code.
If you used the Twitter.framework, you can remove it and replace [...]
I found it difficult to setup a NSApplicationDelegate for a Document-based Mac 10.8 (Mountain Lion) application (NSDocument) using ARC.
There’s a lot of handy app specific methods in the delegate protocol that you’ll most likely want in a new Mac app. However, the project template (Xcode 4.4) does not include the ApplicationDelegate class. This missing puzzle piece [...]
Artwork Evolution
Facebook
@PaulSolt
- No public Twitter messages.
Github
Tags
Apple application testing App Store Artwork Evolution Boost bundle C++ cross platform development Dual Monitors Facebook Gears of War 2 gestures git GLUT iOS iPad iPhone iphone dev iphone dev 101 logic testing Mac Macbook Pro mac osx Mac OS X NSDocument Objective-C OCUnit OpenGL player/stage presentation remote control resource paths RIT SCM skillshare slides tdd testable code testing unit testing Windows XP Xbox 360 Xcode xcode 4


