I'm a big fan of autolayout, but have always implemented it in Storyboard.
I have a UIView that I want the bottom space constraint to be where the keyboard ends.
I have defined all my constraints, can someone show me how to implement this constraint in code for just the bottom space? And also how to get the value of the keyboard height depending on the specific iDevice and match that to the constraint.
Thanks