Skip to content

moosefactory/MFFoundation

Repository files navigation

MacDown logo

This framework is deprecated, and is replaced by MoofFoundation: https://gitlab.com/MooseFactoryFrameworks/MoofFoundation


**Utility library ( static ) based on NSFoundation**
*Fits for any apple system : iOS, MacOS, WatchOS, tvOS*

This is a compilation of some of commonly used codes over my years of objective-C coding.

Note that almost all of my other frameworks link against this library full of very convenient methods.

Other public framework : MFCocoaExtras

Many others frameworks are about to get public, so stay tuned!

Cheers :)

Tristan Leblanc - MooseFactory Software
https://www.moosefactory.eu


Version 1.0.3

Updated 05/06/2016

  • MFCGGraphics has been moved out. It is now part of the MFCocoaExtras Framework

  • Documentation Update - Separate pages per files

  • Still a work in progress, but it gets better and better


Table of Content


MFExtras

A collection of categories on basic NSFoundation classes.

  • arrayByRemovingLastObject
  • arrayByRemovingFirstObject
  • alphabeticallySortedArray
  • dataWithBytesString:
  • bytesString
  • randomDataOfLength:
  • dateByClearingTime
  • dateBySettingHour:
  • isSameDayAsDate:
  • isSameMonthAsDate:
  • oneMonthLater
  • oneMonthEarlier
  • oneDayLater
  • oneDayEarlier
  • secondsSinceStartOfDay
  • components
  • dictionaryWithName:
  • dictionaryWithName:
  • localizedDictionaryWithName:
  • localizedDictionaryWithName:
  • alphabeticallySortedKeys
  • isDirectoryEmpty:
  • UUIDString
  • md5
  • sha1
  • isValidEmail:
  • isValidName
  • urlEncode
  • urlDecode

Date and Formatters


Types


Maths


System


Installation

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

pod 'MFFoundation'

Author

Tristan Leblanc tristan@moosefactory.eu

Twitter : https://www.twitter.com/tristanleblanc
Google+ : https://plus.google.com/+TristanLeblanc

Link for recruiters ( Online Resume ) : http://tristan.moosefactory.eu


Contribute

If you wish to contribute, check the CONTRIBUTE file for more information.


License

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


Preliminary document - Updated 13/03/2016 - 04/06/2016

About

A utility static library for iOS or MacOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published