[ASMapNode] Toggle user interaction when liveMap changes (#1753)

[ASMapNode] Change map snapshot when updating it with a new region (#1754)
[ASMapNode] Commented out code that is causing inaccurate behavior
[ASMapNode] Added the ability to zoom in and show annotations, similar to showAnnotations:animated: of MKMapView.
Added a basic example for ASMapNode to try out the different changes
This commit is contained in:
George A
2016-06-21 16:13:55 +02:00
parent 21d0f1e10d
commit 83d610cd54
15 changed files with 1108 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '7.0'
target 'Sample' do
pod 'AsyncDisplayKit', :path => '../..'
end