Daniel Pendergast
Results
2
issues of
Daniel Pendergast
Similar to #386 I am unable to set the zoom or coordinate center of a RMMapView view that I created in a storyboard. ``` [RMConfiguration sharedInstance].accessToken = @"ACCESS TOKEN"; RMMapboxSource...
``` tree.remove({ id: '1234' }, (a, b) => { console.log(a, b); return a.id === b.id; }); ``` I know the callback is never called because I never see the log...
enhancement