SpreadsheetView-ObjC
Introduction
In December of 2017 I needed a spreadsheet view in my Objective C project. I looked for a pod in CocoaPods and found this one https://github.com/kishikawakatsumi/SpreadsheetView . I loved the pod but unfortunately it didn't support Objective C. So I had to develop the Objective C version of the project.
Overview
Full configurable spreadsheet view user interfaces for iOS applications. With this framework, you can easily create complex layouts like schedule, Gantt chart, timetable as if you are using Excel.
Features
- Fixed column and row headers
- Merge cells
- Circular infinite scrolling automatically
- Customize gridlines and borders for each cell
- Customize inter cell spacing vertically and horizontally
- Fast scrolling, memory efficient
-
UICollectionView
like API
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
SpreadsheetView-ObjC is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'SpreadsheetView-ObjC'
Author
Walid Hossain, [email protected]
License
SpreadsheetView-ObjC is available under the MIT license. See the LICENSE file for more info.