Skip to content

XiaoChenYung/YCMapSpreadView

Repository files navigation

YCMapSpreadView

Platform

YCMapSpreadView is an animation view like baidu map or GaoDe map app.

一款仿百度地图和高德地图定位动画的View,使用核心动画封装.

Screenshots

image image

Installation

With CocoaPods, add this line to your Podfile.

pod 'YCMapSpreadView'

and run pod install, then you're all done!

How to use

###Code you can creat mapSpreadView directly with frame or SB

YCMapSpreadView *mapView = [[YCMapSpreadView alloc] initWithFrame:CGRectMake(0, 0, 100, 100)];
[self.view addSubview:mapView];

###SB image

Requirements

  • iOS 7.0+
  • ARC

License

YCMapSpreadView is available under the Apache license, see the LICENSE file for more information.

About

a view spread used in mapView

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages