CocoaPods trunk is moving to be read-only. Read more on the blog, there are 13 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Aug 2016 |
Maintained by Shabib Hossain.
This CocoaPod provides the ability to use a two dimensional array that can be used using row and column index.
SHTwoDimensionalArray is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'SHTwoDimensionalArray'#import "SHTwoDimensionalArray.h"
SHTwoDimensionalArray *twoDArray = [SHTwoDimensionalArray arrayWithRows:2 andColumns:2];
[twoDArray setObject:@"Foo" inRow:0 column:0];
...
NSString *foo = [twoDArray objectInRow:0 column:0];Ahmad Shabibul Hossain
SHTwoDimensionalArray is available under the MIT license. See the LICENSE file for more info.