tanjyy / ridesio

Ridesharing iOS application for college students. Won 2nd place in the iOS category at CodePath Demo Day 2020.
https://tanjyy.github.io/ridesio
1 stars 1 forks source link

Fix all auto layout issues #61

Open nashirj opened 3 years ago

nashirj commented 3 years ago

Some views fit into a larger screen profile, but not in smaller ones. For example, the Create Ride Offerings Screen doesn't fit onto the iPhone 12 mini, so we might need to use a scroll view. Not sure if there are other places with this same issue, but there are definitely places where the auto layout isn't set up properly, like in the Settings screen.

tahaafzal5 commented 3 years ago

Agreed on making auto layout work on iPhone 12 Pro Max and iPhone mini only for now.