-
Notifications
You must be signed in to change notification settings - Fork 158
Something wrong when running on iOS7 #9
Comments
Could somebody please tell me how to fix this issue? Thanks. |
I have the same issue on 7. :/ |
Please am also having the same problem. is it that it does not work for iOS 7. it works for iPad 2 on the simulator but not on my iPad 2 device. |
+1 |
Also i noticed that on IOS7, it doesn't respect the background image set, will look more into this too. |
@thekillerdev I do have a better solution however I don't have contribution permission to this repo. |
@shashankpatel can you send a copy here? |
@zengzhizhong You will need to replace the method in JVFloatingDrawerSpringAnimator.m Fixed method:
|
When we set transformation on UINavigationControlller 's view using CGAffineTransform, on iOS 7, it only applies it to view's content. Navigation bar itself stays on top, hence creates weird effect. But when you use CATransform3D, it works fine on both OS versions. As desired by the original developer. |
Sincerest thanks for sharing @shashankpatel , saved me a lot of heartache!! |
+1 @shashankpatel thanks for your answer. It was very helpful and solved the issue |
When I run the example project in iOS7, I think it is a error.
The text was updated successfully, but these errors were encountered: