Releases: nfarina/calloutview
Releases · nfarina/calloutview
2.1.5
- Fix: add
nullable
attribute to contentView
property
2.1.4
- [Fix] Update deployment target (#100)
2.1.3
- [Fix] Quickly dismissing then presenting a new callout (#99)
2.1.2
- [Fix] Hush warnings in Xcode with "pedantic" compiler
2.1.1
- [Fix] Compile error on new Xcode related to dollar signs in functions
2.1.0
- [New] Added
contentViewInset
, anchorHeight
, and anchorMargin
style properties [#76]
2.0.3
- [Fix] Correct margins when using
contentView
[#66]
- [New] Delegate method
-calloutViewShouldHighlight
gives you more control over when callouts can be clicked
2.0.2
- [Fix] Re-Presenting callout when already displayed [#64]