Skip to content

Commit

Permalink
RMV: Old settings button
Browse files Browse the repository at this point in the history
  • Loading branch information
Christos Kasketis authored and Christos Kasketis committed Nov 27, 2015
1 parent fb11eec commit c6bd399
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions netfox/NFXListController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,6 @@ class NFXListController: UIViewController, UITableViewDelegate, UITableViewDataS

self.navigationItem.titleView = searchView

let settingsBarButton = UIButton()
settingsBarButton.frame = CGRectMake(0, 0, 30, 30)
settingsBarButton.setTitle(NSString(string: "") as String, forState: .Normal)
settingsBarButton.titleLabel?.textAlignment = .Right
settingsBarButton.titleLabel?.font = UIFont.NFXFont(32)
settingsBarButton.setTitleColor(UIColor.NFXOrangeColor(), forState: .Normal)
settingsBarButton.sizeToFit()
settingsBarButton.addTarget(self, action: Selector("settingsButtonPressed"), forControlEvents: .TouchUpInside)


NSNotificationCenter.defaultCenter().addObserver(
self,
selector: "reloadTableData",
Expand Down

0 comments on commit c6bd399

Please sign in to comment.