romaonthego / REFrostedViewController

iOS 7/8 style blurred view controller that appears on top of your view controller.
MIT License
2.97k stars 494 forks source link

Iphone 6 and 6 plus bug #116

Closed rajat93 closed 9 years ago

rajat93 commented 9 years ago

I am having an issue with REFrostedViewController when i run my app in iphone 6 and 6 plus. When i show side panel using REFrostedViewController, the side panel shows strange behaviour. It seems like the frame changes suddenly and comes back to same position very fast which looks like height is bigger first and then changes back to desired positon.

The bug can be seen in the side panel of the following app, but only in Iphone 6 and 6 plus. Works fine on other iphones.

https://itunes.apple.com/us/app/instamigos/id931926219?mt=8

Please help.

marclluz commented 9 years ago

Did you manage to fix this?

rajat93 commented 9 years ago

Yes, it is a rather simple bug. You just have to add this line in your AppDelegate.

frostedViewCtlr.liveBlur = YES;

Let me know if this works out for you or if it doesn't.

Best Wishes.

On Wed, Mar 25, 2015 at 4:24 PM, marclluz notifications@github.com wrote:

Did you manage to fix this?

— Reply to this email directly or view it on GitHub https://github.com/romaonthego/REFrostedViewController/issues/116#issuecomment-85981599 .

marclluz commented 9 years ago

I solved it enabling the live blur but my blur tint disappeared...

rajat93 commented 9 years ago

You can give the blur color too. I think there is some function called "liveblurstyle".

On Wed, Mar 25, 2015 at 4:35 PM, marclluz notifications@github.com wrote:

I solved it enabling the live blur but my blur tint disappeared...

— Reply to this email directly or view it on GitHub https://github.com/romaonthego/REFrostedViewController/issues/116#issuecomment-85983890 .

marclluz commented 9 years ago

I just can set it to Light or Dark not custom blur color

rajat93 commented 9 years ago

That you'll have to figure out by yourself. Sorry

On Wednesday, March 25, 2015, marclluz notifications@github.com wrote:

I just can set it to Light or Dark not custom blur color

— Reply to this email directly or view it on GitHub https://github.com/romaonthego/REFrostedViewController/issues/116#issuecomment-85988996 .