WLHelpers 0.2.0.25

WLHelpers 0.2.0.25

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Sep 2019

Maintained by Unclaimed.



WLHelpers 0.2.0.25

  • By

No Maintenance Intended

The library is deprecated

Apps Using Downloads Version License Platform

Overview

WLHelpers Core

WLHelpers's goal is to patch holes in native Cocoa API, to add convenience to most cumbersome of tasks. This library contains seven different helpers:

  • WLUtilityHelper - multitude of utility and formatting methods, intended as a massive time-saver, shortening multi-line tasks into one call. Time and data formatting, string manipulation, application navigation, random generation, and many other frequently used tools at your disposal.

  • WLKeychainHelper - a better formated KeychainWrapper from Apple's Keychain Services Programming Guide with the ability to add and retirieve basic items from the Keychain.

  • WLVisualHelper - helper for all things visual, which performs tasks of CoreGraphics, Quartz and UIKit, so you don't have to.

  • WLImageHelper - this tool will help you decouple image-loading from your controllers, with fallbacks and spinners and whatnot. Now you can load profile pictures of your users in one method call, even if your users have profile pictures from Facebook, VK, Twitter, and your own backend.

  • WLLogHelper - convenience logging, which includes visual cues and automatically reports from which controller and method the log is called, greatly improving transparency of logs, so they are easy to read and navigate.

  • WLLocationHelper - helper built around CoreLocation, which will spare you the task of doing trivial location-related tasks from scratch.

  • WLCoreDataHelper - simple CoreData manager, that removes the need to specificly create CoreData project each time you want to use the framework, and makes it possible to add CoreData support on the fly.

  • WLAlertHelper - the most robust helper, providing centralized control and structure to alert messages. WLAlertHelper uses UIAlertController in a way intended by Apple, while providing compact and transparent methods that are easy to use, as well as framework for managing your own alert messages in an elegant way.

WLHelpers AFNetworkingHelper subspec:

  • WLServerHelper – server API helper, which bottlenecks alert generation, validity checks and server response cleaning. The subspec is dependant on the AFNetworking 3 pod, and this helper uses AFNetworking under the hood. You can subclass, override and customize the helper to the needs of your application.

Installation

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

pod "WLHelpers"

To generate an empty Podfile, navigate to your project folder and execute the following command:

$ pod init

If you do not have CocoaPods installed, run installation command first:

$ sudo gem install cocoapods

If you do not want to use CocoaPods, you can simply checkout the sample project.

Requirements

  • iOS9 and higher

License

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