Home - Kelmatou/iOSTools GitHub Wiki

Learn how to use the iOSTools framework!

Documentation

  • AudioPlayer

    • Manipulate songs through simple commands such as play(), pause()...
  • Datetime

    • Provides a very intuitive way to use dates.
  • Drawing

    • Provides many classes to draw pixels, line and other custom UI elements.
  • Error

    • A error type providing description, failure reason, recovery suggestion and help.
  • Int Extension

    • Add new methods to Int such as random generator, base conversion...
  • iPhoneCache

    • Provides an easy way to save application's data.
  • Logs

    • A standard and elegant way to print informations when application is running.
  • MachineLearning

    • Detect places, objects or custom objects on an image.
  • Network

    • Make requests or detect internet availability in one line.
  • Photo

    • Get a camera view or photo library access.
  • Reflexivity

    • Get advanced details on any variable at runtime such as type or memory address.
  • String Extension

    • Manipulate Strings like in many languages with length, substring...