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

View are only working in 4.7 inch devices. Support other screen size. #16

Open
nyan-lin-tun opened this issue Jun 8, 2017 · 5 comments

Comments

@nyan-lin-tun
Copy link

screen shot 2017-06-09 at 3 32 43 am

screen shot 2017-06-09 at 3 31 56 am

@tiepviet
Copy link

It seems difficult to use auto layout. I'm having same trouble with my application.

@aslanyanhaik
Copy link
Owner

@tiepviet it's easy to work with auto layout. I just didn't have time to fix this bug. Hopefully this week I will fix.
Thanks

@tiepviet
Copy link

Thank you!

@andreaagudo3
Copy link

I do need this too

@johndpope
Copy link

use snapkit.

10,000 github stars can't be wrong.
stars https://github.com/SnapKit/SnapKit

eg.
to make a view fill the screen.

self.collectionView.snp.remakeConstraints { (make) -> Void in
                make.left.top.right.height.equalToSuperview()
 }

yehe01 added a commit to yehe01/youtube-iOS that referenced this issue Feb 28, 2018
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

5 participants