# JLNimbusTimeline **Repository Path**: xstudio/JLNimbusTimeline ## Basic Information - **Project Name**: JLNimbusTimeline - **Description**: designed to process and display the timeline data in tableview. base on Nimbus and AFNetworking. - **Primary Language**: Objective-C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-04-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #NimbusTimeline NimbusTimeline is based on MVC pattern, built using [Nimbus](https://github.com/jverkoey/nimbus), [AFNetworking](https://github.com/AFNetworking/AFNetworking) and some userfull categories of [Three20](https://github.com/facebook/three20). It is designed to process and display the timeline data in tableview. It is very lightweight. wish U enjoy it and glad to see your pull request or propose your issue. # Screenshots ![Screenshot](https://github.com/jimneylee/NimbusTimeline/raw/master/NimbusTimelineDemo/Screenshot/screenshot.png "Screenshot") # Installation ## Via CocoaPods use this later on ## As a submodule to your project import *JLNimbusTimeline.h* file to your PCH file or your AppDelegate file. ``` bash #import "JLNimbusTimeline.h" ``` ``` bash $ git submodule add https://github.com/jimneylee/JLNimbusTimeline.git Vendor/JLNimbusTimeline ``` # License NimbusTimeline is available under the MIT license. See the LICENSE file for more info.