Categories
*nix ableton app AR arduino AVR bots cocos2d code command line controller Eurorack field recording hack hardware instrument Interface Builder iOS iPad iPhone live recording make MaxMSP MIDI mixing modular monome MPC nature Objective-C online OSC OSX pachube patching prototyping Python script solar sound Synth track ubiComp web XCodeFlickr! Feed
Recent Tweets
- No public Twitter messages.
Links
-
Recent Posts
Archives
- February 2013
- October 2012
- September 2012
- August 2012
- July 2012
- April 2012
- March 2012
- February 2012
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- July 2010
- June 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
Meta
Category Archives: iOS
And… I’m Back – Juvinated – Live Analog Studio Synth Jam
The last few months have been like a dream; a very bad dream of a long slow motion car crash where you are in the passenger seat and can see the accident coming and have time to tell the driver … Continue reading
Updating An sqlite CoreData Backing Store On iOS
Something that has unpleasantly surprised many an iOS developer is that to update the data in an sqlite database that is the backing store for CoreData you need to do more than just make a new release of your app … Continue reading
Posted in app, code, iOS, iPad, iPhone, Objective-C
Tagged backing store, CoreData, database update, iOS, iPad, iPhone, sqlite, versioning
2 Comments
Handy Scripts For Localizing iOS XIB Files
Recently I have been working on more and more iOS projects that require localization. One of the things that I find needs to be done fairly often while implementing localized XIB files is to extract all the strings from your … Continue reading
Posted in app, code, Interface Builder, iOS, iPad, iPhone, Ruby, script
Tagged IB, Interface Builder, iOS, iPad, iPhone, localization, Ruby, script, XIB
Leave a comment
How To Combine Two Images In iOS
A question that has been asked a lot on my iOS Still Image Capture With AVCaptureSession post is how to combine the overlay image that is shown with the image that is being captured by the camera. The more general … Continue reading
Posted in app, AR, code, iOS, iPad, iPhone, Objective-C
Tagged combine images, Image Capture, iOS, iPad, iPhone, layering images, Quartz
32 Comments
The UDID Apocalypse and: How I Learned To Cut Back On NSUserDefaults And Love The Keychain
Edit: To be honest, I will still use NSUserDefaults for a lot of things, and you should too, I just liked the Doctor Strangelove reference. By now you have probably heard that Apple is deprecating support for attaining a UDID … Continue reading
Posted in app, code, iOS, iPad, iPhone, Objective-C
Tagged iOS, iPad, iPhone, keychain, NSUserDefaults, UUID
4 Comments
How To Use The Front Facing Camera With AVCaptureSession
A number of people have asked how to use the front facing camera for the video preview layer of an AVCaptureSession. First I will give you the code to add/change in the existing AROverlayExample project or the AROverlayImageCaptureExample project and … Continue reading
Posted in app, AR, code, iOS, iPad, iPhone, Objective-C
Tagged AVCaptureDeviceInput, AVCaptureSession, choose iOS camera, iOS front camera
4 Comments
Missing UILabels In iOS 4.x But Show In iOS 5.x
I have been banging my head against this problem for the last couple weeks. I was updating a project originally coded in Xcode 4.01 for iOS 4. I was doing the update in Xcode 4.2 and mostly running the app … Continue reading
Posted in code, iOS, iPad, iPhone, XCode
Tagged Interface Builder, iOS 4, iOS 5, missing UILabel, UILabel disappears, UILabel problem
Leave a comment
OAuth, Twitter & iOS 5: “It looks like someone already used the token information you provided.”
I’ve been scratching my head most of the day trying to figure out why I was able to authorize with Twitter perfectly fine in my app running on pre-iOS 5 software but not in iOS 5. There are quite a … Continue reading
Xcode 4.2 Build Error: “iPhone apps should include an armv6 architecture”
If you are getting the following Xcode build error then this post is for you: warning: iPhone apps should include an armv6 architecture (current ARCHS = “armv7″) iOS apps prior to 4.3 use the armv6 architecture and will run on … Continue reading
Posted in code, iOS, iPad, iPhone, XCode
Tagged architecture, armv6, build error, iphone apps, Xcode 4.2 build error
2 Comments
iOS 5 UITableView Section Header Change
Some of you may have been scratching your heads as I was today when some of the table views in an app I was working on started showing up with section headers showing that weren’t there previously. It turns out … Continue reading
Posted in app, code, iOS, iPad, iPhone
Tagged fix, iOS5, Section Header, table view section header problem, UITableView
1 Comment

