OTGApps / rubymotion-inspect2014

Official App for the RubyMotion #Inspect 2014 conference in San Francisco - May 28-29, 2014
https://itunes.apple.com/us/app/rubymotion-inspect-2014/id863959924?mt=8
MIT License
34 stars 6 forks source link

Speaker & Sponsor image caching from server #35

Closed markrickert closed 10 years ago

markrickert commented 10 years ago

This PR introduces a CachedImage class that pulls the images from github on first load and caches them on the user's device using SDWebImage.

I'm not sure if it's best practice to pull from raw github urls directly, but i've never had issues before.

I also added a few placeholder images, etc.

markrickert commented 10 years ago

This also has the added benefit of reducing the compiled app size from ~32mb down to ~23mb.

markrickert commented 10 years ago

Closes #34

GantMan commented 10 years ago

Looks like this guy got a hold of all the speakers

crush heads

Causing this:

ios simulator screen shot apr 19 2014 1 58 37 pm

markrickert commented 10 years ago

Did you do a rake clean first? I'm not seeing this issue.

GantMan commented 10 years ago

Not sure how/why it would cause head squeezing, but a rake clean fixed it.