Questions tagged [smcalloutview]
6 questions
3
votes
0 answers
Custom callout catch touch event
I am using SMCalloutView To create a custom callout for my mapView. The problem I am running into is when the callout view is visible and the user presses on the callout, if another annotation is under the callout view it will dismiss the current…

RandomBytes
- 1,781
- 1
- 13
- 14
2
votes
0 answers
Mapbox and SMCalloutView
I am using Mapbox for a project and it's a requirement to be able to customize the CalloutView. However I do not seem to have access to the callout view. I attempted to add it to the podfile and update the pod; however, I get multiple warnings…

kdgwill
- 2,129
- 4
- 29
- 46
1
vote
2 answers
Is there a way to add marker on an ImageView
I want to replicate this great iOS library (SMCalloutView) on Android?
In it's example, a marker (pin on iOS) is created and added on a scrollable, zoomable imageView. And when the marker is clicked, an infoWindow (callout view on iOS) is shown.…

osrl
- 8,168
- 8
- 36
- 57
0
votes
1 answer
SMCalloutView duplicate symbol linking error iOS
Im using mapbox and I need to customise annotation for it. For that I found that we can use SMCalloutView.
But when I integrated SMCalloutView into xcode project, then it started giving linking duplicate symbol errors.…

Rajesh
- 546
- 9
- 29
0
votes
2 answers
How to change margins in SMCalloutView
I'm using Mapbox SDK and SMCalloutView
callout.view.frame = CGRectMake(0, 0, 300, 115);
SMCalloutView *smcallout = [[SMCalloutView alloc] init];
smcallout.contentView = callout.view;
[smcallout presentCalloutFromRect:smcallout.frame…

Теймураз Хазамов
- 3
- 2
0
votes
1 answer
Multiple lines in RMAnnotation title in Mapbox?
Im wondering if its possible to make the annotation title that comes up when you tap an annotation have multiple lines. Mapbox uses the SMCalloutView for that popup view.
The Mapbox references are very poor for ios...

Arbitur
- 38,684
- 22
- 91
- 128