Hi @cbpowell ,
This is a new issue, only occurring if a MarqueeLabel is added as a subview to a UIVisualEffectView's content view, and the effect is a UIGlassView. Here is a screenshot of the issue:
The sublabel draws its content with an odd offset and animations are pretty much broken.
If change the effect to a UIBlurEffect, everything is back to normal:
This also happens if set a MarqueeLabel as a UITabBarController.bottomAccessory:
I've forked to https://github.com/LeoNatan/MarqueeLabel and pushed a commit to master that demonstrates the issues outlined above.
Thanks