youngshingjun / Running-Life---iOS

Running Life (iOS版)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running-Life---iOS

中文文档 | English Document
Running Life(Open Source),a runens GPS social running app,based on AMAP and HealthKit。

#Effect image

#Functaion . Drawing running path dynamicly
. Judge running status intelligently
. Record running data and generate a small card to share(WeChat)
. Show burning calories with Bar chart

#Technology . MVVM architecture (now temporarily using KVOController to solve the problem of Communication between View and ViewModel, the next version will be switched to ReactiveCocoa)
. Draw running path dynamicly on AMAP
. Judge running status by CMMotionManager
. Elegant record page made by Bessel curve and frame animation
. CoreData
. HealthKit
. Implementate a view multiplexing mechanism to solve the problem of OOM
#Present Project reconstruction is continuing. 80% of functions have been completed(less functions about interaction with the server).Server source code is open source ,developed by my friend Ying.
Interface documentation :https://github.com/yinzishao/run/blob/master/README.md
Server source code:https://github.com/yinzishao/run
Android version:https://github.com/caixindong/Running-Life---Android

#Source Core Analysis I had written two blogs to analyse the key technology of this project(but in Chinese):
开源项目Running Life 源码分析(一)
开源项目Running Life 源码分析(二)

About

Running Life (iOS版)


Languages

Language:Objective-C 98.9%Language:Shell 0.6%Language:HTML 0.4%Language:C 0.1%Language:Ruby 0.0%