Skip to content
This repository has been archived by the owner on Aug 21, 2022. It is now read-only.
/ NHUtilities Public archive

Some handy utilities for building iOS (and OSX?) apps.

Notifications You must be signed in to change notification settings

nickhart/NHUtilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NHUtilities

This set of utilities is primarily intended for my own personal use at this point. However, anyone interested in using it may do so freely, without any guarantees from me. Specifically, use of this code is granted with the MIT License.

Classes

NHBitSet

An Objective-C wrapper for CFBitSet.

NHCoreDataController

A simple CoreData stack.

NHJSONImportController

A simple way to import a blob of JSON data into CoreData

Categories

NSArray (NHUtilities)

+ (NSArray *)arrayWithNumberRange: (NSRange) range;
+ (NSArray *)arrayWithObject: (id) object count: (NSUInteger) count;
- (NSArray *)shuffled;

About

Some handy utilities for building iOS (and OSX?) apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published