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. |
The Hololabs MixAR kickstarter is about to be funded. Good luck!
If you use synthesized properties, the method implementations generated by the compiler depend on the specification you supply. The declaration attributes that affect performance and threading are retain, assign, copy, and nonatomic. The first three of these affect only the implementation of the assignment part of the set method, as illustrated below (the implementation may not be exactly as shown):
// assign
property = newValue;
// retain
if (property != newValue) {
[property release];
property = [newValue retain];
}
// copy
if (property != newValue) {
[property release];
property = [newValue copy];
}
Word Lens by Quest Visual is a simple and powerful augmented reality text translation tool.
360 Panorama - Realtime panorama creation from Occipital, makers of RedLaser which was bought by eBay. Nice work.
The iPhone Human Interface Guidelines has a nice listing of icon and image sizes in an iOS app.
You can register an iPhone app as file type recipient. Chad is using this in Simply Done.
See Apple’s Uniform Type Identifier reference for more info.
* http://www.balsamiq.com/products/mockups/desktop
* http://www.evolus.vn/Pencil/Home.html
* http://www.axure.com/
* http://www.mockupscreens.com/
* http://www.irise.com
* http://www.foreui.com
* http://www.carettasoftware.com
* http://www.mockflow.com
* http://mockupscreens.com
* http://wireframesketcher.com/
* http://www.flairbuilder.com/
* http://www.designervista.com/
* http://dub.washington.edu:2007/denim/
* http://www.extremeplanner.com/easyprototype/
* http://napkinlaf.sourceforge.net/
* http://www.elegancetech.com/
* http://www.smartdraw.com/examples/gui/
* http://www.serena.com/products/prototype-composer/index.html
* http://www.simulify.com/
via Muhammad Owais Nadiadwala
(Source: linkedin.com)
iPhone 4 vs. Droid X: A Head-to-Head Comparison (via iPhone 4 vs. Droid X: A Head-to-Head Comparison - PCWorld)