I am pretty new to styling/Constraints/Auto-Layout in iOS. I am having a problem that when I apply constrains to one of my ViewControllers I get black "bars" around the edges.
How do I fix this?
I know this is an issue with constrains because when I don't use constraints it works perfectly fine.
Remove [self.view setTranslatesAutoresizingMaskIntoConstraints:NO]
in your DateModificationViewController