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

Bezier Postion #28

Open
chlebta opened this issue Dec 2, 2015 · 1 comment
Open

Bezier Postion #28

chlebta opened this issue Dec 2, 2015 · 1 comment

Comments

@chlebta
Copy link

chlebta commented Dec 2, 2015

How to set the bezier position to center ? As you can see in picture it's appearing at the bottom instead of center :
img_0059

@lpbas
Copy link

lpbas commented Jun 28, 2017

On my app, the icon is appearing in the centre of the view inside the Navigation Controller. I believe that this is happening in your case as well. The offset is the height of your navigationController.

I don't know how to fix it, if anyone can help, please do. Thank you!

EDIT: Solved it by adding the splashView as a subview of the Window and not my main view. Try it and let me know if it fixes your problem:

if let appDel = UIApplication.shared.delegate as? AppDelegate {
	appDel.window?.addSubview(splashView)
	splashView.startAnimation()
}

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

2 participants