Skip to content

Commit b92f2d3

Browse files
committed
debug
1 parent 3f8fba6 commit b92f2d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SwiftMan/Extension/UIKit/UIViewController/UIViewController+UIViewController+NavigationBar.swift

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ extension UIViewController{
3939
let barButton = UIButton(type: .Custom)
4040
barButton.frame = CGRectMake(0, 0, 45, 40)
4141
barButton.backgroundColor = UIColor.clearColor()
42-
// return self.scheduledTimerWithTimeInterval(timeInterval, target: self, selector: #selector(NSTimer.executeBlockWithTimer(_:)), userInfo: unsafeBitCast(block, AnyObject.self), repeats: repeats)
4342

4443
// barButton.addTarget(self, action: Selector(position.rawValue), forControlEvents: .TouchUpInside)
4544
barButton.addTarget(self, action: (position == .NavigationBarButtonAsLeft) ? #selector(UIViewController.leftBarButtonAction(_:)) : #selector(UIViewController.rightBarButtonAction(_:)), forControlEvents: .TouchUpInside)

0 commit comments

Comments
 (0)