Skip to content

Commit

Permalink
Update to Swift 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleš Kocur committed Apr 9, 2016
1 parent 3299a4d commit fe26c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pod/Classes/SonarView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public class SonarView: UIView {
itemView.layer.position = position

// Setup gesture recognizers
let tapGestureRecognizer = UITapGestureRecognizer(target: self, action: Selector("didSelectItem:"))
let tapGestureRecognizer = UITapGestureRecognizer(target: self, action: #selector(SonarView.didSelectItem(_:)))
itemView.addGestureRecognizer(tapGestureRecognizer)
}

Expand Down

0 comments on commit fe26c60

Please sign in to comment.