Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 3.94 KB

CHANGELOG.md

File metadata and controls

49 lines (32 loc) · 3.94 KB

Next

  • #67 - Added circular pop-up menu sample to Demo project - @troyz.
  • Your contribution here.

3.2.1 (4/7/2016)

  • #59, #52 - Fix: NAPinAnnotationView pin images fail to load - @joeshi.

3.2.0 (12/20/2015)

  • #46 - Changed to new push pin style - @neilang.
  • #44 - Added NAMapView#selectAnnotation:animated implementation - @frosty.
  • #43 - Fix: NAMapViewDelegate protocol optional methods were called without checking respondsToSelector: - @frosty
  • #39 - Added NAMapView#updateContentOffsetToCenterPoint:animated: to center map on a point without taking into account the map's zoomScale - @ashfurrow.
  • #37 - Added assert inside NAMapView#zoomRelativePoint when returning {NaN, NaN} - @ashfurrow.

3.1.1 (5/12/2014)

  • #31 - Fix: NAPinAnnotation and NAPinAnnotationView retain cycle - @dblock.
  • #34 - Fix: NAPinAnnotationCallOutView uses imageNamed which retains memory - @dblock.

3.1 (5/1/2014)

3.0 (3/15/2014)

  • #10 - Added .podspec - @donny.
  • #6 - Added the ability to select annotations on the map - @neilang.