Windless icon indicating copy to clipboard operation
Windless copied to clipboard

issue on iPhone plus size models

Open invinciible opened this issue 6 years ago • 3 comments

Hi, it works fine however with iPhone 6s plus iPhone 8 plus it's not covering the whole width. attaching screenshot , viewController is created using xib and reused xib of uitableviewCell simulator screenshot - iPhone 8 plus - 2018-04-11 at 10 28 43

I tried creating a ViewController in storyboard and changed the class with the one I was using as a xib and it worked fine even with the same cell . this is the weird issue, hope you'll fix it soon.

invinciible avatar Apr 11 '18 05:04 invinciible

Sorry for the late review. I have been busy company. We'll review that error.

ParkGwangBeom avatar Mar 21 '19 06:03 ParkGwangBeom

I experiencing the same issue where shimmer on plus size iPhone model doesn't cover the whole screen eventhough leading and trailing constraint already being set to 0 to superview. Are there any alternative regarding this issue to fix this up? Or maybe you can guide me through a quick fix? After all you're quite busy :( I really need to get this fix though :(

michellemmy avatar Dec 02 '19 03:12 michellemmy

Check WindlessContext -> init(container: UIView) -> coverLayer.frame. Perhaps you need to recalculate it.

NikKovIos avatar Aug 31 '20 11:08 NikKovIos