marmelroy / PeekPop

Peek and Pop with backwards-compatibility
MIT License
1.95k stars 123 forks source link

Incorrect viewController bounds #23

Open benaneesh opened 8 years ago

benaneesh commented 8 years ago

Awesome framework btw!

Peek shows viewController with UIScreen bounds instead of PeekPopView's bounds. So what I end up with is the clipping of the my actual viewController's view (and not the whole view itself).

Works well on a 6s though.