infinitered / ProMotion-map

ProMotion::MapScreen gem. Extracted from ProMotion core.
13 stars 11 forks source link

show_user_location method not working #20

Closed fvonhoven closed 9 years ago

fvonhoven commented 9 years ago

When calling show_user_method I'm getting this error msg:

 map_screen_module.rb:62:in `set_show_user_location:': undefined method `showsUserLocation=' for UIView(#11551dbe0, [[0.0, 0.0], [320.0, 568.0]]):UIView (NoMethodError)

Seems it should be for map not UIView. Not sure what's up.

markrickert commented 9 years ago

Readme update clears up that this method needs to called on or after will_appear in the view lifecycle.