AyLoading
AyLoading copied to clipboard
Loading on an NSButton if "Push" or "Textured Rounded" doesn't restore text
After ay.startloading() and then ay.stopLoading() on an NSButton with a style of either Push or TexturedRounded, the title value is no longer visible after the animations complete, leaving a blank button.
I tried some debugging of this but couldn't find what was going on. In these buttons the title is stored in an NSCell, which doesn't appear to be stored as a subview, which might be what's causing the issue.
Thank you very much for using. I have not been able to reproduce this problem, can you provide an example project or screenshot or video?
maybe you can try pod 'AyLoading', '4.0.1'
I am facing the same issue. I am not using any style for UIButton. Using delay with more than 0.4 seconds seems to fix the issue, but thats not a feasible option as it would cause extra delay to the users
can you provide an example project or screenshot or video for this issue? thanks.
Button with 0.2 seconds delay(anything less or with no delay causes the same effect)

Button with 0.4 seconds delay(This works without much problem)
