Notes from Bordertown Labs with posts regarding software development for the iPhone, Ruby on Rails, tips and code.
» Contact with inquiries.
Visualize your geodata in augmented reality with 3DAR by Spot Metrix. |
I like how BSJSONAdditions adds categories to NSDictionary, NSArray, NSString and NSScanner for easy JSON parsing and generation. I was using TouchJSON before.
Heres a link to arashpayan’s github project. This is much nicer than how I was doing it.
Download the source code from this book.
The iPhone SDK 3.1 makes the camera easier to customize. Hiding camera controls and overlaying a view is now quite simple, opening the door to a plethora of innovative augmented reality apps.
The following properties and method are now available on UIImagePickerController.
cameraOverlayView
cameraViewTransform
showsCameraControls
-[takePicture]
Download my Helpful iPhone Utilities project from github for an example of the BTLFullScreenCameraController class.
