Does anyone know of any tutorials for coding autolayout in Swift? Usually I'd try using an Objective-C one but there is code that doesn't seem to be convertible to Swift. Basically I want a banner which slides in to the view from the bottom of the navigation bar, shrinking down a UITextView which is usually in place. It's astonishing that Apple offers no example of how to integrate an iAD banner correctly in Swift. I've been messing about for two days now and I'm getting nowhere.
EDIT: I am attaching a screen shot because I'm not sure I've explained clearly enough what it is I am trying to do. Notice that when the banner is displayed the UITextView is covered by the iAd banner view. I have absolutely no idea using AutoLayout how to remove the constraint binding the UITextView to the bottom of the Navigation Bar and instead apply a constraint to bind it to the bottom of the iAdBannerView.