Bordertown Labs Blog

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.


Posts tagged "iphone"

Jan 25th, 2011 @ 1:53 pm

The Hololabs MixAR kickstarter is about to be funded. Good luck!




Comments (View)

 


 

Jan 16th, 2011 @ 12:50 am

The Objective-C Programming Language: Declared Properties

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];
}




Comments (View)

 


 

Dec 17th, 2010 @ 4:33 pm

Word Lens by Quest Visual is a simple and powerful augmented reality text translation tool.




Comments (View)

 


 

Nov 29th, 2010 @ 12:25 pm

360 Panorama - Realtime panorama creation from Occipital, makers of RedLaser which was bought by eBay.  Nice work.

360 Panorama - Realtime panorama creation from Occipital, makers of RedLaser which was bought by eBay. Nice work.




Comments (View)

 


 

Oct 28th, 2010 @ 11:30 am

iOS Custom Icons and Images

The iPhone Human Interface Guidelines has a nice listing of icon and image sizes in an iOS app.




Comments (View)

 


 

Oct 26th, 2010 @ 11:56 am

Declaring data type ownership with UTI

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.




Comments (View)

 


 

Oct 4th, 2010 @ 3:06 pm

Specialized Tools for GUI Mock Ups

* 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)




Comments (View)

 


 

Sep 11th, 2010 @ 10:02 am

“Gartner predicts that by 2014, open-source platforms will continue to dominate more than 60 percent of the market for smartphones. Single-source platforms, such as Apple’s iOS and Research In Motion’s OS, will increase in unit terms, but their growth rate will be below market average and not enough to sustain share increase.”

Gartner Says Android to Become No. 2 Worldwide Mobile Operating System in 2010 and Challenge Symbian for No. 1 Position by 2014


Comments (View)

 


 

Aug 25th, 2010 @ 8:54 am

iPhone 4 vs. Droid X: A Head-to-Head Comparison (via iPhone 4 vs. Droid X: A Head-to-Head Comparison - PCWorld)

iPhone 4 vs. Droid X: A Head-to-Head Comparison (via iPhone 4 vs. Droid X: A Head-to-Head Comparison - PCWorld)




Comments (View)

 


 

Archive · RSS · Theme by Autumn