This commit is contained in:
ylzheng
2015-11-12 22:59:34 +08:00
parent 627f0aa7c5
commit a86477de5c
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1512,7 +1512,7 @@
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<webView contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="FB1-8L-lYa">
<webView contentMode="scaleToFill" misplaced="YES" translatesAutoresizingMaskIntoConstraints="NO" id="FB1-8L-lYa">
<rect key="frame" x="0.0" y="0.0" width="600" height="551"/>
<color key="backgroundColor" red="0.36078431370000003" green="0.38823529410000002" blue="0.4039215686" alpha="1" colorSpace="deviceRGB"/>
</webView>
+1
View File
@@ -104,6 +104,7 @@ class WebViewController: UIViewController {
}
@IBAction func dismiss(sender: AnyObject) {
self.navigationController?.popViewControllerAnimated(true)
self.dismissViewControllerAnimated(true, completion: nil)
}