Paolo Cecchetti
Paolo Cecchetti
I have the same issue, the activity doesn't show in UIActivityVC view
Hi I found a fix, calling setChoicesFromKeys before the Picker allocation and just after it [stateField setChoicesFromKeys:[state valueForKey:@"value"] values:[state valueForKey:@"label"]]; stateField.inputView = [[UIPickerView alloc] initWithFrame:CGRectZero]; [stateField setChoicesFromKeys:[state valueForKey:@"value"] values:[state valueForKey:@"label"]];...
I can confirm the problem. With release build you get the first redraw of the clusters then nothing happens, on zoom, on data refresh...
@vjerryv don't you have any issue with map refresh using 2.1.0? I rolled back at that version and not when I replace the annotations set (after a new textual search...
Hello @ashare80, any chance to have the issue fixed? thank you :)
Thanks and thanks above all for the great component. For now I solved subclassing it and changing them in my subclass - (void) viewDidLoad { [super viewDidLoad]; self.navigationItem.title = @"0";...