Skip to content

Commit

Permalink
Fix bogus "annotation" reference in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nfarina committed Dec 17, 2014
1 parent 90fb46a commit 28fa431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SMCalloutView.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ extern NSTimeInterval const kSMCalloutViewRepositionDelayForUIScrollView;
// Custom "content" view that can be any width/height. If this is set, title/subtitle/titleView/subtitleView are all ignored.
@property (nonatomic, retain) UIView *contentView;

// calloutOffset is the offset in screen points from the top-middle of the annotation view, where the anchor of the callout should be shown.
// calloutOffset is the offset in screen points from the top-middle of the target view, where the anchor of the callout should be shown.
@property (nonatomic, assign) CGPoint calloutOffset;

@property (nonatomic, assign) SMCalloutAnimation presentAnimation, dismissAnimation; // default SMCalloutAnimationBounce, SMCalloutAnimationFade respectively
Expand Down

0 comments on commit 28fa431

Please sign in to comment.