Skip to content

Commit

Permalink
Merge pull request #66 from ifndefgt/fix
Browse files Browse the repository at this point in the history
Fixed issue #64: Crash while unwrapping selectedIndexPath
  • Loading branch information
PhamBaTho committed Jun 27, 2016
2 parents 8c29d47 + 315e5a0 commit 626d52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/BTNavigationDropdownMenu.swift
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ class BTTableView: UITableView, UITableViewDelegate, UITableViewDataSource {

// Private properties
private var items: [AnyObject]!
private var selectedIndexPath: Int!
private var selectedIndexPath: Int?

required init?(coder aDecoder: NSCoder) {
fatalError("init(coder:) has not been implemented")
Expand Down

0 comments on commit 626d52c

Please sign in to comment.