AnderGoig / SwiftInstagram

Instagram API client written in Swift
https://git.io/vdNAn
MIT License
578 stars 81 forks source link

Fix layout issue for different screen sizes #30

Open fbernaly opened 6 years ago

fbernaly commented 6 years ago

Checklist

Proposed Changes

The webView is showing behind the navigation bar for some iPhones, I changed it to AutoLayout in order to use safeAreaLayoutGuide, now the webView is not being overlapped by the nav bar in different screen sizes.