-
but you don't need a NSScrollView, just a NSClipView? with a NSImageView or NSTextView inside it
links for 2008-12-03
December 4th, 2008links for 2008-12-03
December 3rd, 2008links for 2008-12-02
December 3rd, 2008links for 2008-11-30
November 30th, 2008links for 2008-11-29
November 30th, 2008links for 2008-11-27
November 27th, 2008-
If you require only a single instance of an object in your application, where should it go? How should you control and manage it? Here are some different approaches, their implementations, their strengths and their weaknesses.
-
O'Reilly Digital Media's Inside iPhone. It's a place where all things related to the iPhone platform at O'Reilly can call home. Here you'll find technologists passionate about the iPhone platform offering blogs, articles, code and forum chat about the iPhone SDK, web apps and Dashcode, and cool iPhone related innovations
-
COCOA IS MY GIRLFRIEND
ABOUT
COCOA CODE SNIPPETS
TAGLINES ARE FOR WINDOWS PROGRAMMERS
Landscape Tab Bar Application for the iPhone
by Matt Long | November 13th, 2008
As you develop applications for the iPhone, you will likely use the project templates provided in Xcode. One such template, called “Tab Bar Application” helps you get a tab bar application set up quickly, but by default the application it generates only supports portrait mode for display. So how can you make the application also support landscape or even only support landscape? In this post we will address that question.
Read moreCategory: Cocoa, Cocoa Touch, Objective-C, iPhone, iPod Touch
2 comments
Core Animation Tutorial: Interrupting Animation Progress
by Matt Long | November 05th, 2008
Starting and stopping animations in Core Animation is as simple as adding and removing your animation from the layer upon which is being run. In this post I am going to talk about how to interrupt animation progress and how to dete
links for 2008-11-26
November 27th, 2008-
If you require only a single instance of an object in your application, where should it go? How should you control and manage it? Here are some different approaches, their implementations, their strengths and their weaknesses.
-
O'Reilly Digital Media's Inside iPhone. It's a place where all things related to the iPhone platform at O'Reilly can call home. Here you'll find technologists passionate about the iPhone platform offering blogs, articles, code and forum chat about the iPhone SDK, web apps and Dashcode, and cool iPhone related innovations
-
COCOA IS MY GIRLFRIEND
ABOUT
COCOA CODE SNIPPETS
TAGLINES ARE FOR WINDOWS PROGRAMMERS
Landscape Tab Bar Application for the iPhone
by Matt Long | November 13th, 2008
As you develop applications for the iPhone, you will likely use the project templates provided in Xcode. One such template, called “Tab Bar Application” helps you get a tab bar application set up quickly, but by default the application it generates only supports portrait mode for display. So how can you make the application also support landscape or even only support landscape? In this post we will address that question.
Read moreCategory: Cocoa, Cocoa Touch, Objective-C, iPhone, iPod Touch
2 comments
Core Animation Tutorial: Interrupting Animation Progress
by Matt Long | November 05th, 2008
Starting and stopping animations in Core Animation is as simple as adding and removing your animation from the layer upon which is being run. In this post I am going to talk about how to interrupt animation progress and how to dete


