JamalK / Swifty

Swift login screen.
170 stars 39 forks source link

Display's not fit in simulator #3

Closed zesicus closed 8 years ago

zesicus commented 8 years ago

Don't know if it's good in xcode7.2, mine is 7.1

123

This is weird two black bars on the top and bottom, and the status bar is not on the original place. Even set auto layout it still doesn't work

And console shows "<UIVisualEffectView 0x7fc6d1551950> is being asked to animate its opacity. This will cause the effect to appear broken until opacity returns to 1."

How do I fix that?

JamalK commented 8 years ago

I'm sorry you're facing this issue. I coded this a year ago, and didn't maintain it, I will check this out soon, and see if I can fix it. Thank you for filing the issue.

zesicus commented 8 years ago

I have fixed this problem, your code is good! Yes, maybe the IB is old for now, then I created a new project and redraw those components connected with the ViewController.swift then it worked! the black bars gone! Thought there's still a prompt of console but doesn't infect using ~

Thank for your project, it's really beautiful and helpful !! :]