josea

Results 6 issues of josea

The mapview moves smoothly until we add ~300 markers with icons of 35x35 and a UIlabel popup window (hidden). After adding the markers it goes slowly, like it draws each...

bug
ui
ios

The cold wallet balance is not shown because it is looking at the v1 blockchain database (that was retired many months ago).

The cold wallet balance is not getting updated... most likely because it depends on chiaexplorer.com, which is down.

I added a cents/kWh rate plus cost calculations. See screenshots. ![iris-screenshot_2018-01-28-11-03-57](https://user-images.githubusercontent.com/1900257/35484238-57348a90-041b-11e8-97c3-ca9e336dc629.png) ![iris-screenshot_2018-01-28-11-03-51](https://user-images.githubusercontent.com/1900257/35484239-5741d27c-041b-11e8-8b9a-8a64bb84b472.png)

Adding support to the class to work in collaboration with the AFNetworking activity indicator manager. That way there is no conflict when having requests from AFNetworking using the network indicator....

…it if the url is being constructed with the String class, like: `String a = "api.wxy.com/update?t=" + someVar; const char* url = a.c_str().` That returns a const char*.