Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallax Motion Clip Bug #59

Closed
ptrkstr opened this issue Jul 3, 2016 · 0 comments
Closed

Parallax Motion Clip Bug #59

ptrkstr opened this issue Jul 3, 2016 · 0 comments

Comments

@ptrkstr
Copy link

ptrkstr commented Jul 3, 2016

Noticed the following bug when moving the device with the hud present.
Seems to be a problem caused by clipping.
Using Swift and added it to an empty view controller.

    override func viewDidLoad() {
        super.viewDidLoad()

        view.backgroundColor = UIColor.blackColor()

        let hud = JGProgressHUD(style: .ExtraLight)
        hud.showInView(view)
    }
Initial presentation

screen shot 2016-07-03 at 4 01 57 pm

Having moved the device

screen shot 2016-07-03 at 4 02 11 pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant