Skip to content

Commit

Permalink
Remove unused line.
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcgill88 committed Mar 10, 2018
1 parent c77df78 commit ac67df5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion McPicker/Classes/McPicker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ open class McPicker: UIView {
setToolbarItems(items: [fixedSpace, McPickerBarButtonItem.cancel(mcPicker: self),
McPickerBarButtonItem.flexibleSpace(), McPickerBarButtonItem.done(mcPicker: self), fixedSpace])

// self.backgroundColor = UIColor.black.withAlphaComponent(Constant.backgroundAlpha)
backgroundView.backgroundColor = UIColor.white

picker.delegate = self
Expand Down

0 comments on commit ac67df5

Please sign in to comment.