* Refactor example & test Layout API
* fix layoutSpecThatFits:
* remove test code
* address @appleguy's comments
* remove project file
* remove workspace
* Fix Uncalled Collection Delegate Methods (#2433)
* Fix batch fetching
* Fix not calling constrainedSizeForItemAtIndexPath:
* Fix constrainedSizeForItemAtIndexPath: not being called
* Add preferredSize as getter to ASLayoutElementStyle (#2427)
* [2.0] add helpful deprecation messages (#2437)
[2.0] add helpful deprecation messages
* fix macro (#2439)
* Macro still needs to be defined even if we're skipping. (#2441)
* Remove block copying (#2438)
* Make flow layout inspector call the new constrainedSize method (#2444)
* Update exception test for new constrainedSize method (#2445)
* Fix asdk again (#2446)
* Man whoever is maintaining PINRemoteImage really needs to get theirselves together!
* Learning from previous mistakes, we should set a specific version on this.
* Refactor example & test Layout API
* fix layoutSpecThatFits:
* remove test code
* address @appleguy's comments
* remove project file
* remove workspace
[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