Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7973977
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T08:15:00+00:00 2026-06-04T08:15:00+00:00

I have a uitableview inside and uiview which is being presented in a navigation

  • 0

I have a uitableview inside and uiview which is being presented in a navigation view (so it has a navigation menu). Under the navigation menu I have a uitoolbar appearing when the view loads and disappearing when the load is poped from the navigation stack.

The issue I am having with this is that when I animate this view onto the stack with normal animation transition right to left, the tableview dose not do this it just appears quickly before the view is finishe sliding into view. Then when you select the back button and the view begins to animate from left to right it dissipears before the end of the animation again.

I would like to know how to get this toolbar to animate with the rest of the view, right to left, left to right etc instead off appearing over the sliding effect abnormally.

This is how I call and dissmiss the toolbar at the moment.

- (void) viewWillAppear:(BOOL)animated 
{
    [self.navigationController setToolbarHidden:NO animated:NO];
    [self.navigationController.toolbar setFrame:CGRectMake(0, 60, 320, 30)];
    self.navigationController.toolbar.tintColor = [UIColor darkGrayColor];

    [SeriesTableView setFrame:CGRectMake(0, 30, self.view.frame.size.width, self.view.frame.size.height)];


    [super viewWillAppear:animated];
}

- (void)viewWillDisappear:(BOOL)animated
{
    [self.navigationController setToolbarHidden:YES animated:NO];

    [super viewWillDisappear:animated];
}

which is pretty much the standard way of doing things.
Any help would be greatly appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T08:15:01+00:00Added an answer on June 4, 2026 at 8:15 am

    The toolbar property of the navigation controller is already onscreen, but is hidden from view. If you want a toolbar to animate on and off with a certain view, add the toolbar to that view. Then the toolbar will animate on and off as part of the view.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a UIView in which I added a UITapGestureRecognizer . Inside that view
I have a project in which I need to display multiple UITableView instances inside
I have a UITableView inside of a View created from a NIB. the table
I have a navigation based application which I'm trying to add a unique UIToolbar
Inside Interface Builder I have a UINavigationController, which contains a UIViewController, which has a
UITableView has custom header UIView , which contains UILabel. Since table has also section
I have one iphone application in which i am adding uitableview inside uitableviewcell.in that
I have a viewController inside of a navigationController , the view controller has a
I have a non scrolling UITableView inside of a larger UIScrollView. Since the table
I have a UITableView that I am placing inside a TabView. I am trying

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.