jackpine / biketag-ios

http://biketag.jackpine.me
1 stars 1 forks source link

Feature/stub api calls #41

Closed michaelkirk closed 9 years ago

michaelkirk commented 9 years ago

Further flesh out the fake api calls feature to encompass all API interactions.

The intention is to allow you to flow through all the app screens without needing to talk to an api server.

Even though I think the api is now pretty easy to stand up, I kind of like this approach for simplifying the testing/deving setup.

Note the sweet base64 encoded data urls i'm using for the image urls, and how UIImage just automagically does the right thing with them.

screen shot 2015-05-27 at 7 40 12 pm

michaelkirk commented 9 years ago

@jmoody are you interested in this approach for biketag calabash rather than standing up the api server?