update code

This commit is contained in:
ylzheng
2015-11-09 22:24:43 +08:00
parent 3d2ba188bc
commit 68a4949d68
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -1649,10 +1649,10 @@
</objects>
<point key="canvasLocation" x="-3573" y="3452"/>
</scene>
<!--Feed Back View Controller-->
<!--反馈建议-->
<scene sceneID="aiq-XZ-RKp">
<objects>
<viewController id="1fJ-yn-eIw" customClass="FeedBackViewController" customModule="librx" customModuleProvider="target" sceneMemberID="viewController">
<viewController title="反馈建议" id="1fJ-yn-eIw" customClass="FeedBackViewController" customModule="librx" customModuleProvider="target" sceneMemberID="viewController">
<layoutGuides>
<viewControllerLayoutGuide type="top" id="N3Y-xQ-MVG"/>
<viewControllerLayoutGuide type="bottom" id="Rjf-vv-zMn"/>
-1
View File
@@ -17,7 +17,6 @@ class FeedBackViewController: UIViewController {
// Do any additional setup after loading the view.
self.title = "反馈建议"
self.navigationController?.navigationBar.tintColor = UIColor.whiteColor()
self.webView.loadRequest(NSURLRequest(URL: NSURL(string:FeedBack.glodDataFormUrl)!))