• 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: Adding toolbar items only works in viewWillAppear: (?)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Adding toolbar items only works in viewWillAppear: (?)


  • Subject: Re: Adding toolbar items only works in viewWillAppear: (?)
  • From: Koen van der Drift <email@hidden>
  • Date: Tue, 19 Mar 2013 23:36:24 -0400

On Mar 19, 2013, at 11:28 PM, David Rowland <email@hidden> wrote:

> viewWillAppear occurs every time the view reappears, which may be frequently and has nothing to do with the creation and initialization of the view. Each time it appears you are recreating the button and setting in self.prevButton, e.g. which will release the former button and install an identical one. So, no, this is not the recommended place to do this.

Good to know, thanks.

>
> Why viewDidLoad fails isn't clear. Is it possible that the toolbar is hidden or behind some other view?


I'm calling self.navigationController.toolbarHidden = NO;  - that makes it visible, correct?

The rest of the view is a tableView, which came for free inside MyTableViewController.

- Koen.
_______________________________________________

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: Adding toolbar items only works in viewWillAppear: (?)
      • From: David Rowland <email@hidden>
References: 
 >Adding toolbar items only works in viewWillAppear: (?) (From: Koen van der Drift <email@hidden>)
 >Re: Adding toolbar items only works in viewWillAppear: (?) (From: David Rowland <email@hidden>)

  • Prev by Date: Re: Callbacks from async blocks
  • Next by Date: Re: Adding toolbar items only works in viewWillAppear: (?)
  • Previous by thread: Re: Adding toolbar items only works in viewWillAppear: (?)
  • Next by thread: Re: Adding toolbar items only works in viewWillAppear: (?)
  • Index(es):
    • Date
    • Thread