codaman

Results 20 comments of codaman
trafficstars

yes i got same error. i've tried many things

it is working with xcode 7.2 but after all versions libxml2 not linking

I have a different solution I declared a problemView ``` @implementation SlideNavigationController{ . . . UIView *problemView; } ``` ``` - (void)prepareMenuForReveal:(Menu)menu { // Only prepare menu if it has...

Ohh sorry identifying problemView must be like this ``` for (UIView *subview in [[[UIApplication sharedApplication] delegate] window].subviews) { if ([subview isKindOfClass:NSClassFromString(@"UITransitionView")]) { for (UIView *subview2 in subview.subviews) { if ([subview2...

yes I have same problem. Not work on releasee mode

I tried everything. I works on release mode but not works after release. How it is possible? I uploaded same apk to diawi.com and installed to device. It works but...

I submitted new release this time worked previous not working I don't know how it possible. I just updated target version to 29

I tried its working on release version but not works after google play release

When touching inside of annotation, annotation closing.Also i tested some users.I think calloutView should be closed touching outside of annotation. I fixed first problem, my map is not large enough...