youtube-iOS icon indicating copy to clipboard operation
youtube-iOS copied to clipboard

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

Open nyan-lin-tun opened this issue 7 years ago • 5 comments

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

nyan-lin-tun avatar Jun 08 '17 21:06 nyan-lin-tun

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

tiepviet avatar Jun 20 '17 08:06 tiepviet

@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

aslanyanhaik avatar Jun 20 '17 09:06 aslanyanhaik

Thank you!

tiepviet avatar Jun 21 '17 14:06 tiepviet

I do need this too

andreaagudo3 avatar Jun 22 '17 15:06 andreaagudo3

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()
 }

johndpope avatar Jul 08 '17 04:07 johndpope