whyceewhite / CarLess

Logging commuting trips completed using transit or pedestrian modes of transportation.
0 stars 0 forks source link

Log scenes left and right edges are no longer flush against the parent view edges #23

Closed whyceewhite closed 9 years ago

whyceewhite commented 9 years ago

The tracked and manual entry scenes now have the parent controller's bg color along the left and right edges. The current constraints are 16 and -16 from the edge. Figure out how to get the subviews flush with the edges of the parent view so that no edge bleeding occurs.

whyceewhite commented 9 years ago

I noticed that this was not happening for the iphone 5s simulator but it was for the 6s.

whyceewhite commented 9 years ago

This was only happening for 6s and 6s Plus. I changed the leading and trailing constraints for the embeded views from -16/16 to -20/20. This seems hacky. A better approach would be to find out exactly what the edges are from the superview so that any future device will work without adjustment.