iDevelopper / PBRevealViewController

A UIViewController subclass for revealing a left and/or right view controller above or below a main view controller.
MIT License
80 stars 16 forks source link

Works fine with UITableViewController but issue with UIViewController TableView #28

Closed tariq235 closed 7 years ago

tariq235 commented 7 years ago

screen shot 2017-04-10 at 3 04 28 pm

iDevelopper commented 7 years ago

Is this issue related to #27 one? If yes why create a new issue?

tariq235 commented 7 years ago

Both are separate. I will verify and accept #27

28 Issue - When I left swipe then I see this weird UI.

tariq235 commented 7 years ago

@iDevelopper I have attached edited sample code where you can use to reproduce the issue easily. screen shot 2017-04-10 at 5 27 14 pm PBRevealProgramExample_Test.zip

iDevelopper commented 7 years ago

Because your table view have wrong constraints! Here is a sample for illustrate your three issues:

PBRevealProgramExample.zip

iDevelopper commented 7 years ago

Thanks for helping!!! -:)