Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Commit

Permalink
Update DefaultCalloutView and BasicCalloutView.
Browse files Browse the repository at this point in the history
  • Loading branch information
okhanokbay committed Mar 13, 2018
1 parent c63faf6 commit 6c9190d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions Example/MapViewPlus/BasicCalloutView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ class BasicCalloutView: UIView {
@IBOutlet weak var imageView: UIImageView!
@IBOutlet weak var button: UIButton!

override func awakeFromNib() {
super.awakeFromNib()
isUserInteractionEnabled = true
}

@IBAction func buttonTouchDown(_ sender: Any) {
delegate?.detailButtonTapped(withTitle: label.text!)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ open class DefaultCalloutView: UIView {
super.awakeFromNib()
layer.cornerRadius = 5
imageView.layer.cornerRadius = 2

isUserInteractionEnabled = true
}

@IBAction func buttonBackgroundTouchDown(_ sender: Any) {
Expand Down

0 comments on commit 6c9190d

Please sign in to comment.