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 8759361
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T14:46:59+00:00 2026-06-13T14:46:59+00:00

I am building an app where I have a tableview. Now on top of

  • 0

I am building an app where I have a tableview. Now on top of that tableview I want 3 buttons. When you click on these buttons the tableview’s data changes. This tableview is derived from

@interface MultimediaViewController : CoreDataTableViewController

This is using NSFetchedResultController. At the moment my storyboard looks like this.

The problem I have now is that the buttons on top of my tableview dissapear when I scroll down. I can solve this by making in my storyboard the following order of rank.

  • View
    • TableView
    • Button 1
    • Button 2

But then my NSFetchedResultController won’t work. Because my class is derived from CorDataTableViewController.

Can anybody help me solving this annoying problem. If you need more details just ask.

Kind regards.

  • 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-13T14:47:00+00:00Added an answer on June 13, 2026 at 2:47 pm

    As I understood you properly, you want to have the same buttons with the same actions, but they are fixed on the top of the screen while table scrolls vertically. You can:

    1. Prepare new view with new buttons, which covers table underneath.
    2. Connect new buttons actions to old buttons actions to make them behave the same

    This is fastest and simplest workaround i can think of now.

    The view that interests you is embedded as tableView.tableHeaderView. You may create your own brand new view overlaying the table and move the buttons:

    UIView *buttonsView = mainTableView.tableHeaderView;
    [buttonsView removeFromSuperView];
    [myOwnBrandNewOverlayView addSubview: buttonsView];
    

    Thats another nasty hack, but this is all I can tell you without knowing how your superclass is built.

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

Sidebar

Related Questions

I am building an app for Windows Phone, and in this app I have
I'm building an app and currently I have a bunch of links that will
I am building an app and want to have a lot of the site
I am building a PhoneGap/Cordova app and have a simple code that uses http://ricostacruz.com/jquery.transit/
I am building a news app (TabBar app) where I have to load top
I have a 10.6 app that I am building on Lion with Xcode 4.3
I'm building an app that displays a list of projects. Alongside these projects should
I'm building an app and have no intentions of support IE6 at this time.
I'm practicing my Rails development skills by building an app that will have different
I am building an app that needs to have support for two dimensional arrays

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.