/objc

Objective-C utilities

Primary LanguageObjective-C

Utilities

Libraries

  • gcd - Greatest Common Denominator
  • lcm - Least Common Multiple
  • swap - Swap values

Frameworks

  • BaseCharacters

    Single to encapsulate characters used by different bases.

  • NSData+stringAsBase

    Convert the NSData object into an NSString of the specified base.

  • NSString+stringAsBase

    Convert the NSString into an NSString of the specified base.

  • NSString+stringAsReverseString

    Returns a reversed NSString.