Martín Fernández

Results 49 comments of Martín Fernández

@incanus Mapbox should work with Swift through bridging headers right ?

Hello guys, I'm having the same issue here with AutoLayout, @lepetitroro solution worked for me. Is there any reason for this not to be merged ? Thanks!

Sure @incanus , I think I have some time today to pull that out. Thanks!

Try moving that code to viewDidAppear or call it with a dispatch_async in the main queue. After updating to 1.6 I started having the same issue. Some layout calls happen...

After debugging I think that the issue only happens when I try to cache RMBingSource. Also, this tile source needs to make a request to find the actual tile URL.

Found the problem. NSURLConnection is leaking. Try using NSURLSession. I'm working on a PR for next weak. On vie, 13 mar 2015 at 17:38 elemprod [email protected] wrote: > I can...

Hey @elemprod, I need some help! I have created this branch with the "fix" https://github.com/Moove-it/mapbox-ios-sdk/tree/nsurlconnection-leak. `NSURLSession` performs better but it is still leaking some memory I guess. Maybe it is...

@elemprod had any change to try it out ?

I had some issues to test the current project in iOS 7 so I really don't know. My starting point for finding the issue was something I read that talked...