Is it possible to rotate dc.drawText at 45 degrees?
the date of my watch is at 45 degress and my numbers are 90. is it possible to rotate the numbers?
if tried to rotate the font but when its double digits the are not aligned.
Is it possible to rotate dc.drawText at 45 degrees?
the date of my watch is at 45 degress and my numbers are 90. is it possible to rotate the numbers?
if tried to rotate the font but when its double digits the are not aligned.
i havent used (:background) annotation. dumb question. how do i use it?
I check the backgroup permisions. ive check bluetooth, communications, push notifications, sensor. iæm not sure if i need bluetooth and communications.
Unless you have a background service, do not check background. If you have that checked but no background annotations, it will try to load your whole app at startup for onApplicationInstall or onApplicationUpdate.
Bluetooth is only needed if you are trying to do direct BLE comm from an app, Communications only if you are doing something like a makeWebRequest,Push Notifications are something special, and sensor, only if you are accessing sensors.
Unckeck them all and only check something if you get an error in the sim.
with permissions, you only want to enable the ones you need. In the case of background, if you aren't doing backgrounding, you'll see this error if your WF is larger than the size of background memory, but it will still run in the sim.