How do I do that?
I found these things on the interwebs:
UIDevice.currentDevice().batteryMonitoringEnabled = true
UIDevice.currentDevice().batteryLevel
But when I use those I get an error with Use of unresolved identifier 'UIDevice'. I have imported UIKit...
Another question, how do I get it the other way around? The battery percentage of the Apple Watch from the iPhone itself?