I'm using Objective C. When my ViewController in NavigationbarController has
self.edgesForExtendedLayout = UIRectEdgeNone;
Your library calculates wrong height of bottom view because It gets view frame height minus navigationbar height and status bar height
I think you can improve your library by checking edgesForExtendedLayout for calculate height of bottom view
I'm using Objective C. When my ViewController in NavigationbarController has
self.edgesForExtendedLayout = UIRectEdgeNone;
Your library calculates wrong height of bottom view because It gets view frame height minus navigationbar height and status bar height
I think you can improve your library by checking edgesForExtendedLayout for calculate height of bottom view