calloutview icon indicating copy to clipboard operation
calloutview copied to clipboard

A lightweight callout view class for iOS mimicking UICalloutView.

Results 26 calloutview issues
Sort by recently updated
recently updated
newest added

## Description Added padding to subtitleView container height.

I have been getting some crash reports that show the following: ``` obj-c Fatal Exception: CALayerInvalidGeometry CALayer position contains NaN: [nan -48.5] ``` Is there a reason it would be...

Tittle says it all. I am wondering if I can set up a touch event using TapGestureRecognize on the calloutview or if there is any other method which has the...

Hey there, I am wanting to increase the height of the view and display a multi line subtitle. Is this is supported?

First off, great component. I was able to figure out how to change the contentView's background by adding a custom view. However, the background around the contentView along with the...

Using the "standard" view (with title + subtitle), if I tap the callout view, nothing will happen (or `calloutViewClicked` will be called, if the delegate is implemented). However if I...

``` - (void)animationDidStop:(CAAnimation *)anim finished:(BOOL)finished { BOOL presenting = [[anim valueForKey:@"presenting"] boolValue]; if (presenting && finished) { if ([_delegate respondsToSelector:@selector(calloutViewDidAppear:)]) [_delegate calloutViewDidAppear:(id)self]; } else if (!presenting && finished) { [self...

![screen shot 2016-02-20 at 2 57 11 pm](https://cloud.githubusercontent.com/assets/7799267/13199436/7914f2ec-d7e2-11e5-8c7a-42bb7422c5c0.png)

Hi Nick Farina, Thank you for this lovely project. I need to ask if we can use this CalloutView with Mapbox ? For latest Mapbox SDK when i tried adding...

Strangest thing: when I start a session on my iPhone 6 using a MapBox map, and SMCallouts, all annotations are very responsive as expected. However, as the session goes on,...