dito010 / JPNavigationController

This library provides an fullScreen pop and push gesture for UINavigationController with customize UINavigationBar for each single support.
http://www.jianshu.com/p/88bc827f0692
MIT License
362 stars 74 forks source link

push进新页面时卡顿,会延迟1到2秒,demo也存在这个问题 #30

Open BruceYoungHaha opened 6 years ago

BruceYoungHaha commented 6 years ago

push进新页面时卡顿,会延迟1到2秒,demo也存在这个问题

BruceYoungHaha commented 6 years ago

该问题已修复,把UIView+ScreenCapture.m内的截图方案drawViewHierarchyInRect改为renderInContext即可,drawViewHierarchyInRect在截取window时速度很慢。