Skip to content

common utility methods in objective c

Notifications You must be signed in to change notification settings

asob/ObjectiveCUtil

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a repository for classes with useful utility methods that anyone can use 
in their projects.  Class methods should be used as much as possible.

The following is a summary of the files in this repository:

- CommonUtil.* - class methods for doing everything from substring operations to MKMapView operations

- DBUtil.* - singleton class to handle basic database operations

- DefaultsManager.* - singleton class to handle reading/writing NSDefaults data

- SunriseAndSunset.* and sunriset.* - class methods for handling sunrise 
  and set calculations.  sunriset.* is required by SunriseAndSunset.* 
  SunriseAndSunset.* is an objective C wrapper for DAYLEN.C's sunriset library.

***********************************************************************
If you have useful utility methods or classes you'd like to add to this
repository, or if you have found and fixed bugs in the code housed
here, please email me and I'll make you a contributor. 
cberkley (at) gmail.com
***********************************************************************

About

common utility methods in objective c

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 76.5%
  • C 23.5%