MobileFirstInc/MFCard

month year did not open

Closed this issue · 8 comments

year month did not open picker

When click

waring in debug is :

animate its opacity. This will cause the effect to appear broken until opacity returns to 1.

[Warning] <UIVisualEffectView 0x102bf97a0> is being asked to animate its opacity. This will cause the effect to appear broken until opacity returns to 1.

Please help

Hello @mohayoub - A team member will help you resolve the issue in next 12 to 18 hours. Thank you.

@RC7770 - can you check this.

Thank you I am waiting...

hey @mohayoub : we fixed the warring - "animate its opacity. This will cause the effect to appear broken until opacity returns to 1."

The year and month spinner is working fine, we couldn't reproduce the same here.

Could you please try again with the latest pod version or you can also download the demo?

If you're still getting the same issue, let us know your way of implementing MFCard.

Always here to help you
Thanks!

Today we are in August 2017 the spinner display Jun July.... 2017
we need old month did not display

i'm not seeing the spinners when i place this in an existing modal view...the offending code is the spinner placement is:

fileprivate func findLastUsableSuperview() -> UIView {
        return (window?.subviews[0])!
    }

i've forked and changed