martinjbaker

Results 10 comments of martinjbaker

I don't. I only use INAppStoreWindow for the ability to change title bar colour, so I'm probably going to abandon it and move to a textured window with custom content...

Sounds like this is related to my comment on https://github.com/mapbox/mapbox-ios-sdk/issues/441 Setting zoom before center coordinate makes no difference to the result for me.

I had same thing with my offline map (using tile database not Mapbox server). It's due to requirement of having an access key, or alternatively use a local UIImage for...

Will this fix the problem I'm seeing? I have a map on an overview page that shows a whole island and the centerCoordinate isn't correctly shown when the RMMapView frame...

I'm seeing the same thing with version 1.4.1, which is odd since I thought this was now possible (previously I was using 1.0.3). I have a storyboard containing a view...

Broken for me too on iOS8+. Fortunately you can work around it with a dummy location manager ``` BOOL needToRequestAuthorization = [CLLocationManager instancesRespondToSelector:@selector(requestWhenInUseAuthorization)]; if (needToRequestAuthorization && !self.dummyLocationManager) { self.dummyLocationManager =...

That commit won't make any difference to my usage. I'm using NSLocationWhenInUseUsageDescription in the Info.plist as per original code.

I'm seeing the same thing when I disconnect the USB device and connect it again. Works fine for the first connection.

@ralftar thaks for posting this but you've got mismatched names. macros.sass doesn't exist. macros.scss does though.

If Drupal Services is set to use the v1.1 API, then you'll also need to change line 35 of services.js to ``` data : 'name=' + encodeURIComponent(username) + '&pass=' +...