文件名称:Follower:像老板一样跟踪行程距离、速度、高度和持续时间
文件大小:433KB
文件格式:ZIP
更新时间:2024-06-19 02:07:09
Objective-C
##追随者测试版 像老板一样跟踪行程距离、速度、高度和持续时间。 入门 将pod 'Follower'添加到您的 podfile 中,然后运行pod install 。 确保您的应用已针对 iOS 8 定位服务进行设置, NSLocationWhenInUseUsageDescription您的NSLocationWhenInUseUsageDescription添加到您的 info.plist。 使用起来有多容易? 也许您是一个健身应用程序,并且您想跟踪用户日常山地骑行的路线信息...... // Create your follower, and tell it to start route tracking. self.follower = [Follower new ]; [ self .follower beginRouteTracking ]; . . // Maybe
【文件预览】:
Follower-master
----.gitignore(146B)
----Screenshots()
--------screen1.png(206KB)
----Follower.podspec(565B)
----Follower.xcworkspace()
--------contents.xcworkspacedata(226B)
----LICENSE.txt(1KB)
----Demo()
--------MetricView.m(2KB)
--------AppDelegate.h(273B)
--------DemoViewController.h(1KB)
--------Misc()
--------DemoViewController.m(7KB)
--------AppDelegate.m(623B)
--------Supporting Files()
--------MetricView.h(448B)
----README.md(3KB)
----FollowerTests()
--------Supporting Files()
--------FollowerTests.m(858B)
----Source()
--------Objective-C()
----Podfile(13B)
----Follower.xcodeproj()
--------project.pbxproj(21KB)