Skip to content

Commit

Permalink
Fix method label
Browse files Browse the repository at this point in the history
  • Loading branch information
naokazuterada committed Aug 22, 2018
1 parent fcb5e87 commit 1d7cd23
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions PlayTheWheels/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,7 @@ class ViewController: UIViewController, ESTBeaconManagerDelegate {
}

// Beacon
@nonobjc
func beaconManager(_ manager: Any!, didRangeBeacons beacons: [CLBeacon], inRegion region: CLBeaconRegion!) {
NSLog("kita!")
func beaconManager(_ manager: Any, didRangeBeacons beacons: [CLBeacon], in region: CLBeaconRegion) {
var accuracy_min: Float? // 最小値を保持しておいて、あとでEffectに適用する
// var nearestBeacon: String?
for beacon: CLBeacon in beacons {
Expand Down

0 comments on commit 1d7cd23

Please sign in to comment.