Aleksandar Vacić
Aleksandar Vacić
This approach, as explained in this [SO answer](https://stackoverflow.com/a/42852743/108859) works rather well. It checks if CommonCrypto is available and if yes (on iOS 12) it does nothing. On earlier version it...
When rotated into landscape, iOS hides status bar and also navigation bars, most likely. Card UI should use that available space and slides up a bit.
Fixes a crash on startup in situation when two threads (two MOCs) attempt to access PSC while it's still being created.
By default, line legend is shown at the bottom and centered over the entire chart area. Is it possible to fix it in place, so it never scrolls away (meaning,...
It seems that, by default, library is trying to use all available space to draw the chart. How can I fix the horizontal area to always space for 50 points...
Code works on its own, just config stuff
Found bunch of these in system log. ``` com.apple.xpc.launchd[1] (wtf.spinach.APGLaunchHelper[675]): Could not find and/or execute program specified by service: 155: Refusing to execute/trust quarantined program/file: wtf.spinach.APGLaunchHelper com.apple.xpc.launchd[1] (wtf.spinach.APGLaunchHelper[675]): Service exited...
In the system.log, I found a series of identical entries. Not sure what it could be: ``` 2021-10-22 12:09:48.412029+0200 localhost kernel[0]: (SMCAMDProcessor) 2021-10-22 12:09:48.412030+0200 localhost kernel[0]: (SMCAMDProcessor) 2021-10-22 12:09:48.412032+0200 localhost...
Also made it cancelable: you can adjust the parameters and animation with older settings is then cancelled.
If the Logger saves into files on the Apple Watch, what's the easiest way to get those files out of the watchOS?