Skip to content

Table view scrolling issue #20

@Isuru-Nanayakkara

Description

@Isuru-Nanayakkara

Hi Matej,
I have come across 2 issues using MBPullDownController. I'm using the Storyboards method by the way.

  1. I have a UITableViewController as the back controller. And the problem is the last couple of cells are obscured by the front controller when scrolling. For example, I have 10 rows here.
    ios simulator screen shot may 6 2014 12 32 38 pm

But the last cell is covered from the front controller view. The table view doesn't reach the end. If I pull up, you can see it but if I let go, it hides behind again.

ios simulator screen shot may 6 2014 12 32 44 pm

  1. In my above example I have only 10 items. If I increase it up to say, 30 and try to scroll to the bottom, it gets stuck halfway!
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section
{
    return 30;
}

I cannot scroll back up or down. It's weird. I have no idea why that's happening.

I also uploaded a small Xcode project to demonstrate the issues I'm having. If you can take a look at it and tell me how to correct them, I'd really appreciate it. To
https://www.dropbox.com/s/xfdvbnlzxulim8e/PullDownTest.zip

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions