Results 1 issues of johnil

四个问题: 1. `browserView.isRotating` 没有被正确重置 2. 旋转后没有针对 `contentOffset` 复位 3. 当 browser 被嵌套在 `UINavigationController` 里被 `present` 出来的时候, `JXPhotoBrowserSmoothZoomAnimator` 的动画里有一个 `insert maskView` 操作,该操作针对的 `toView` 其实是 `UINavigationController` 的。导致始终画面黑屏。 4. `resetContentSize` 最好根据 `bounds` 的宽高进行计算。