Skip to content
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Change search view color
Browse files Browse the repository at this point in the history
  • Loading branch information
TorIsHere committed Jun 15, 2015
1 parent 1f798aa commit 33b60db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benri/SearchViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class SearchViewController: UIViewController, UIPickerViewDataSource, UIPickerVi
private func addBlurPage() {
self.view.backgroundColor = UIColor.clearColor()

let blurEffect:UIBlurEffect = UIBlurEffect(style: UIBlurEffectStyle.Dark
let blurEffect:UIBlurEffect = UIBlurEffect(style: UIBlurEffectStyle.Light
)
let bluredEffectView = UIVisualEffectView(effect: blurEffect)
let screenFrame = UIScreen.mainScreen().bounds
Expand Down Expand Up @@ -161,7 +161,7 @@ class SearchViewController: UIViewController, UIPickerViewDataSource, UIPickerVi
label.adjustsFontSizeToFitWidth = true
label.opaque = false
label.textAlignment = NSTextAlignment.Center
label.textColor = UIColor.whiteColor()
label.textColor = UIColor.blackColor()
label.clipsToBounds = false

return label
Expand Down

0 comments on commit 33b60db

Please sign in to comment.