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 persistence #111

Closed parrots closed 8 years ago

parrots commented 8 years ago

The real reason behind the initial load not showing anything (attempted to be fixed by 7c35d6c4f393bfe3a61c969d9480433856a6402c) was because changes weren't being persisted to disk. Fixed CoreData stack to make sure they're always saved off.