Links...
 
Reality Distortion Field Theory
0x00000000.net
Monday, September 10, 2007
Apple News:iPhone UIKit, it's Cocoa on ARM

iPhone Hello World Native App

- (void) applicationDidFinishLaunching: (id) unused
{
UIWindow *window;

window = [[UIWindow alloc] initWithContentRect: [UIHardware
fullScreenApplicationContentRect]];

pbCell = [[UIImageAndTextTableCell alloc] init];
[pbCell setTitle: @"Hello world!\n"];

UIPushButton *button = [[UIThreePartButton alloc] initWithTitle:
@"Touch Me"];
buttonCell = [[UITableCell alloc] init];
[buttonCell addSubview: button];
[button sizeToFit];

UITable *table = [[UITable alloc] initWithFrame: CGRectMake(0.0f, 48.0f,
320.0f, 480.0f - 16.0f - 32.0f)];
UITableColumn *col = [[UITableColumn alloc] initWithTitle: @"HelloApp"
identifier: @"hello" width: 320.0f];

[window orderFront: self];
[window makeKey: self];
[window _setHidden: NO];

[table addTableColumn: col];
[table setDataSource: self];
[table setDelegate: self];
[table reloadData];

UINavigationBar *nav = [[UINavigationBar alloc] initWithFrame: CGRectMake(
0.0f, 0.0f, 320.0f, 48.0f)];
[nav showButtonsWithLeftTitle: @"Foo" rightTitle: @"Bar" leftBack: YES];
[nav setBarStyle: 0];

struct CGRect rect = [UIHardware fullScreenApplicationContentRect];
rect.origin.x = rect.origin.y = 0.0f;
UIView *mainView;
mainView = [[UIView alloc] initWithFrame: rect];
[mainView addSubview: nav];
[mainView addSubview: table];

[window setContentView: mainView];
}

Labels: , ,

Tags: apple | ipod | macintosh | Add to Technorati Favorites
By : MaciPhone UIKit, it's Cocoa on ARM 0 comments

Apple News:iPhoneSIMfree Is Now Available For Purchase

iPhoneSIMfree Is Now Available For Purchase
Looks like you can now begin unlocking iPhones at your earliest convenience. Engadget claims that iPhoneSIMfree's software is now available for purchase online from four online retailers.

Here is a look at iPhoneSIMfree's commercial launch:

Wireless Imports in the US, iPhoneWorldwideUnlock in Australia, 1digitalphone in Germany, and iPhone4arab in Saudi Arabia (currently down) have all purchased bulk licenses from the iPhoneSIMfree team and are selling individual unlocks for around $100 (Update: that price is just from the US etailer, it seems; looks like the Aussies are letting it go for under 50 bucks American. Also, the hackintosh community is already busy at work trying to snatch these sites' code as we speak).

How long do you think it will take until users start distributing iPhoneSIMfree's code across the Web? And how many of you have actually tried this unlock tool yet? Please, let us know.

Labels:

Tags: apple | ipod | macintosh | Add to Technorati Favorites
By : MaciPhoneSIMfree Is Now Available For Purchase 0 comments

Apple News:iPhone Clones Teardown

EE Times: iPhone Clones Teardown
Manhasset, NY — On taking their video camera inside the first clone of the Apple iPhone, Semiconductor Insights' teardown specialists found it to be an almost laughable takeoff of Apple's latest success story. However, its analysts also noted that teardowns of subsequent clones indicate that counterfeiters are capitalizing upon existing designs and more time to bring their fakes up to a quality level that equals and will soon surpass that of not only the iPhone, but all systems they're intent on faking.





Labels:

Tags: apple | ipod | macintosh | Add to Technorati Favorites
By : MaciPhone Clones Teardown 0 comments

 

 
 
 

 [Site Map]    Apple News   
 Opinion    Cocoa Programming   
 Carbon Programming    Reading List   
 About    e-mail   
 iSight Download    Best WebCam   
 Screen Capture   


Copyright © 1996-2006
All Rights Reserved
Reality Distortion Field Theory

search this site only.