From 5c913789f99860ebf1a44cb5d414139a92fc2cc1 Mon Sep 17 00:00:00 2001 From: Boris-Em Date: Sat, 19 Apr 2014 19:08:12 -0700 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 1699ae8..8eb7d72 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,29 @@ BEMSimpleLineGraph makes it easy to create and customize line graphs for iOS.

+## Table of Contents + +* [**Project Details**](#project-details) + * [Requirements](#requirements) + * [License](#license) + * [Contributions](#contributions) + * [Sample App](#sample-app) + * [Support](#support) +* [**Documentation**](#documentation) + * [Installation](#installation) + * [Setup](#setup) + * [Required Delegate / Data Source Methods](#required-delegate--data-source-methods) + * [Reloading the Data Source](#reloading-the-data-source) + * [Retrieving the Data Source](#retrieving-the-data-source) + * [Data Source Calculations](#data-source-calculations) + * [Status Reporting](#status-reporting) + * [Touch Reporting](#touch-reporting) + * [X-Axis Labels](#x-axis-labels) + * [Bezier Curves](#bezier-curves) + * [Line Customization](#line-customization) + * [Properties](#properties) + * [Graph Snapshots](#graph-snapshots) + ## Project Details Learn more about the BEMSimpleLineGraph project requirements, licensing, and contributions.