Hi Fritz, thanks for your reply. I actually did what you said, that was not the 
problem. It seems that the "Utility Application" doesn't have a 
UINavigationController, so the pointer I was trying to push the view on was 
nil. I'm trying to figure out how to change the code of the "Utility 
Application" so that I have a UINavigationController, so I can push and pop 
views, other than the front and flip sides.

Thanks again,

aa


On May 16, 2010, at 10:04 PM, Fritz Anderson wrote:

> On 16 May 2010, at 5:06 PM, Alejandro Aragón wrote:
> 
>> In the interface builder, I assigned the DetailViewController class to the
>> view. Now, in the FlipsideViewController class, I added the function that is
>> supposed to handle the action when the user clicks on a row:
> 
> You should have set the class of _File's Owner_ to DetailViewController, not 
> the view, and linked the controller's "view" outlet to the view.
> 
>> When I run the application, nothing happens when the user clicks on the row
>> of a table view. Can someone tell me what I am missing here?
> 
> (A minor annoyance: Users of iPhone OS applications can't click: They don't 
> have mice. They touch or tap.)
> 
> What do you see as you step from your debugger breakpoints at 
> tableView:didSelectRowAtIndexPath: and -[DetailViewController 
> initWithNibName:bundle:]? Did any messages appear on the Debugger Console 
> that might indicate that UIKit found an error? Are all the pointers you are 
> assuming are not nil, in fact not nil?
> 
>       — F
> 

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to