istornz / iPokeGo

A native iOS client to map the Pokemon around you!
https://github.com/RocketMap/RocketMap
MIT License
642 stars 168 forks source link

Fixed issue where pokemon images and names where not appearing in set… #199

Closed fadecutmike closed 8 years ago

fadecutmike commented 8 years ago

Fixed issue where pokemon images and names didn't appear in settings table cells. Had to resize UIImageView and UILabel in custom Pokemon cell content view.

194