Skip to content

Commit

Permalink
miss design
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Mo authored and vincent committed Feb 15, 2016
1 parent 862a9e6 commit 6b55167
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 207 deletions.
6 changes: 4 additions & 2 deletions FeelingClient/MVC/CenterViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class CenterViewController: DesignableViewController , MKMapViewDelegate, CLLoca
//TODO
//地址框放入地图, 图标颜色太黑,大小太大,缺少文本域

let image = UIImage(named: "horse")
let image = UIImage(named: "lonely-children")//lonely-children
let blurredImage = image!.imageByApplyingBlurWithRadius(3)
self.view.layer.contents = blurredImage.CGImage
//地图初始化
Expand All @@ -38,7 +38,9 @@ class CenterViewController: DesignableViewController , MKMapViewDelegate, CLLoca
self.locationManager.startUpdatingLocation()

self.mapView.showsUserLocation = true

self.navigationController?.navigationBar.setBackgroundImage(UIImage(), forBarMetrics: UIBarMetrics.Default)
self.navigationController?.navigationBar.shadowImage = UIImage()
self.navigationController?.navigationBar.translucent = true

// Do any additional setup after loading the view.
}
Expand Down
1 change: 1 addition & 0 deletions FeelingClient/MVC/ChatViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class ChatViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad()
sleep(1)

// Do any additional setup after loading the view.
}

Expand Down
Loading

0 comments on commit 6b55167

Please sign in to comment.