lgaches/BeaconEmitter

"Turn iBeacon on/off" button seems to display the wrong text

ScottG489 opened this issue · 0 comments

The text on the button which starts/stops transmission either seems to always be wrong or get out of sync sometimes.

Happy to dig into the problem more if you'd like, but I suspect this is an easy fix.


Did a quick code dive and I think you just have the text reversed:

Text("Turn iBeacon on")
} else {
Text("Turn iBeacon off")