DianQK / TransitionTreasury

Easier way to push your viewController.
https://transitiontreasury.com
MIT License
2.09k stars 157 forks source link

View not resize on push transition #42

Open manhcuong27 opened 7 years ago

manhcuong27 commented 7 years ago

Hello,

Thank you for the library, it's amazing.

I found a small bug when pushing view with tr_pushViewController . The second view keep using storyboard size (iphone 7) , I'm running on iphone 5s and the view didn't resize.

Anyone got this issue ? Thanks.

buithuyen commented 7 years ago

I have the same kind of problem. I used popTip(visibleHeight: 500), but second view just change y position.

screen shot 2017-10-28 at 11 51 50 pm