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

Scale of assets [Question] #138

Closed fraannk closed 8 years ago

fraannk commented 8 years ago

Previously I could change the scale of the icons on the map by changing/removing the "*1.5" scale. I like them a little bit smaller, and since the code has been refactored, I can't figure out where to change the scale. Where has this code section moved to?

istornz commented 8 years ago

You can do it by editing the frame of the view in :

Just add or edit : "self.frame = CGRectMake(0, 0, 10, 10);" in the initWithAnnotation func

fraannk commented 8 years ago

There it was! Thank you! Totally missed the "Views" folder. :)