Skip to content
This repository has been archived by the owner. It is now read-only.
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

SHTwoDimensionalArray

SHTwoDimensionalArray

Version License Platform

Overview

This CocoaPod provides the ability to use a two dimensional array that can be used using row and column index.

Requirements

  • ARC
  • iOS7

Installation

SHTwoDimensionalArray is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'SHTwoDimensionalArray'

Usage

#import "SHTwoDimensionalArray.h"

SHTwoDimensionalArray *twoDArray = [SHTwoDimensionalArray arrayWithRows:2 andColumns:2];
[twoDArray setObject:@"Foo" inRow:0 column:0];
...

NSString *foo = [twoDArray objectInRow:0 column:0];

Author

Created by Ahmad Shabibul Hossain on 5/15/14. @shabib_hossain.

Contact

Share feedbacks and ideas to improve this project, I would love to hear them out. You can also follow me on @shabib_hossain.

License

SHTwoDimensionalArray is available under the MIT license. See the LICENSE file for more info.

About

A simple and easy to use two dimensional array for iOS applications.

Topics

Resources

License

Packages

No packages published
You can’t perform that action at this time.