Commit fcf59bda by Dima Bart

Minor cleanup.

parent a574cc5b
......@@ -33,15 +33,6 @@ class AccountViewController: UIViewController {
private var loginViewController: LoginViewController!
private var signupViewController: SignupViewController!
// ----------------------------------
// MARK: - View Loading -
//
override func viewDidLoad() {
super.viewDidLoad()
self.automaticallyAdjustsScrollViewInsets = false
}
// ----------------------------------
// MARK: - Segue -
......
......@@ -27,7 +27,7 @@
<!--Account View Controller-->
<scene sceneID="8Y7-Xy-RCG">
<objects>
<viewController id="iKH-Ul-gfD" customClass="AccountViewController" customModule="Sample_App_Customers" customModuleProvider="target" sceneMemberID="viewController">
<viewController automaticallyAdjustsScrollViewInsets="NO" id="iKH-Ul-gfD" customClass="AccountViewController" customModule="Sample_App_Customers" customModuleProvider="target" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="KVq-0R-CoC"/>
<viewControllerLayoutGuide type="bottom" id="KYl-xu-h2G"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment