YCMapSpreadView is an animation view like baidu map or GaoDe map app.
一款仿百度地图和高德地图定位动画的View,使用核心动画封装.
With CocoaPods, add this line to your Podfile.
pod 'YCMapSpreadView'
and run pod install, then you're all done!
###Code you can creat mapSpreadView directly with frame or SB
YCMapSpreadView *mapView = [[YCMapSpreadView alloc] initWithFrame:CGRectMake(0, 0, 100, 100)];
[self.view addSubview:mapView];
- iOS 7.0+
- ARC
YCMapSpreadView is available under the Apache license, see the LICENSE file for more information.

