jonathanlking
About
- Username
- jonathanlking
- Joined
- Visits
- 29
- Last Active
- Roles
- Member
Comments
-
I also would be very happy to help.
-
Here is a link to the amended DeviceDetailViewController.m file which runs all UI changes on the main thread using GCD. As said before, the real changes should be to run the callback on the main thread, but for now this should do. https://gist.…
-
You were correct about the call back being called in a background thread. I've updated the sample code and it is now much more responsive. In general it is bad practice and slightly irresponsible to run a callback not on the main thread, and there…
-
I've tried using both the USB socket out of my computer and also the Apple 10W iPad charger. I'm very surprised that the LED is drawing that much current! It's a very bad idea to update UI not on the main thread, why didn't they just do the foll…