• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: creating a UITableView on an "Utility application" project
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: creating a UITableView on an "Utility application" project


  • Subject: Re: creating a UITableView on an "Utility application" project
  • From: Alejandro Marcos Aragón <email@hidden>
  • Date: Mon, 17 May 2010 12:07:15 -0500

Hi Matej,

Thanks for your answer. I checked what you said and indeed the pointer is null. What I don't understand, is how this application doesn't have a UINavigationController. How am I switching between the front and back view if there isn't a navigation controller? I used the code you suggested and it works, but that is not what I want. What I want is the default behavior for a UITableView: when the user clicks on a row, a new view slides from the right, and then when the user clicks back, we're back in the view that contains the UITableView.

If I were to create the UINavigationController, where should I do this? In the MainViewController.h? In the FlipsideViewController.h?

Thanks again for the help,

aa

On May 16, 2010, at 6:19 PM, Matej Bukovinski wrote:

> Hi Alejandro,
>
> I don't see that you create a UINavigationController in your code and since the unity application template doesn't already provide one I assume self.navigationController in your code is nil. Check with the debugger to make sure.
>
> If you're after a standard flip effect I suggest presenting a modal view controller:
>
> dvController.modalTransitionStyle = UIModalTransitionStyleFlipHorizontal;
> [self presentModalViewController:dvController animated:YES];
>
> Regards,
> Matej Bukovinski
>
>

_______________________________________________

Cocoa-dev mailing list (email@hidden)

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:

This email sent to email@hidden

  • Follow-Ups:
    • Re: creating a UITableView on an "Utility application" project
      • From: Matej Bukovinski <email@hidden>
References: 
 >Fwd: creating a UITableView on an "Utility application" project (From: Alejandro Aragón <email@hidden>)

  • Prev by Date: Re: UI blocking
  • Next by Date: Re: creating a UITableView on an "Utility application" project
  • Previous by thread: Re: creating a UITableView on an "Utility application" project
  • Next by thread: Re: creating a UITableView on an "Utility application" project
  • Index(es):
    • Date
    • Thread