Elvis Nuñez

86pods

AFHTTPSessionManager-AFUniqueGET

This category of AFHTTPSessionManager adds the uniqueGET method, which is useful if you want to avoid making multiple calls at the same resource if the operation is still in progress.

We achieve this by checking on-going operations before creating new ones.

License: MIT

  • Objective C

ANDYDataManager

  • Feeling tired of having CoreData boilerplate in your AppDelegate?
  • No more.

License: MIT

  • Objective C

ANDYDataStack

  • Feeling tired of having Core Data boilerplate in your AppDelegate?
  • No more.

License: MIT

  • Objective C

ANDYFetchedResultsTableDataSource

  • How much does it take to insert a NSManagedObject into CoreData
  • and show it in your UITableView in an animated way
  • (using NSFetchedResultsController, of course)?
  • 100 LOC? 200 LOC? 300 LOC?
  • Well, ANDYFetchedResultsTableDataSource does it in 71 LOC.

License: MIT

  • Objective C

BarcodeScanner

Simple and beautiful barcode scanner.

License: NOASSERTION

  • Swift

Cache

Nothing but cache.

License: NOASSERTION

  • Swift

CardStack

A super basic clone of Passbook's card UI using UICollectionView, it features a custom collection view layout for your reusability or learning use.

License: MIT

  • Swift

Contract

The easiest way to sign your soul away

License: MIT

  • Objective C

ControllerContainer

View Controller Containment for humans

License: MIT

  • Swift

DATAFastQuery

The fastest way to get a group of objectIDs and primary keys from Core Data

License: MIT

  • Swift

DATAFilter

Filters inserts, updates and deletions from your JSON response. Returns every insert and update in a block, handles deletions and uniquing internally.

License: MIT

  • Swift

DATAObjectIDs

The fastest way to get a group of objectIDs and primary keys from Core Data

License: MIT

  • Swift

DATASource

If you are not familiarized with NSFetchedResultsController, it allows you to efficiently manage the results returned from a Core Data fetch request to provide data for a UITableView or a UICollectionView. NSFetchedResultsController monitors changes in Core Data objects and notifies the view about those changes allowing you to be reactive about them.

Using NSFetchedResultsController and NSFetchedResultsControllerDelegate is awesome, but sadly it involves a lot of boilerplate. Well, luckily with DATASource not anymore.

  • Encapsulates NSFetchedResultsController and NSFetchedResultsControllerDelegate boilerplate
  • Supports indexed tables out of the box
  • Supports sectioned collections out of the box
  • Swift
  • Objective-C compatibility

License: NOASSERTION

  • Swift

DATAStack

  • Easier thread safety
  • Runs synchronously in testing enviroments
  • No singletons
  • SQLite and InMemory support out of the box
  • Easy database drop method
  • Swift
  • Objective-C support
  • Free

License: NOASSERTION

  • Swift

DateParser

Simple ISO 8601 and Unix timestamp Swift date parser

License: NOASSERTION

  • Swift

Finjinon

Finjinon is a custom AVFoundation based camera UI, focused on quickly adding several photos. Selecting existing photos from the camera roll is supported through a pluggable interface, a default implementation using UIImagePickerController is provided.

License: MIT

  • Swift

Form

JSON driven form

License: Unknown

  • Objective C

Formatter

Helps formatting text, card numbers, currency and so on

License: MIT

  • Swift

FormTextField

A UITextField that supports formatters and input validators such as maximum length and regex

License: NOASSERTION

  • Swift

Gallery

Something good about gallery

License: NOASSERTION

  • Swift

Hex

  • A category on UIColor that adds support for hexadecimal (hex)

License: NOASSERTION

  • Swift

HYP8601

A Cocoa NSFormatter subclass to convert dates to and from ISO-8601-formatted strings. Supports calendar, week, and ordinal formats.

License: BSD

  • Objective C

HYPEmptyCellTableViewCell

Just a class to fake a separator in a table view

License: MIT

  • Objective C

HYPImagePicker

UIImagePickerController without the tears. HYPImagePicker is the simplest way to access camera capabilities, at the same time supporting fallbacks for when the user doesn't have access to a camera.

License: MIT

  • Objective C

HYPMathParser

A fork of DDMathParser but with a Podfile, more info in https://github.com/davedelong/DDMathParser

License: MIT

  • Objective C

HYPNorwegianAccountNumber

  • Makes validating Norwegian account numbers easy as pie

License: MIT

  • Objective C

HYPNorwegianSSN

  • A convenient way of validating and extracting info from a Norwegian Social Security Number

License: MIT

  • Objective C

HYPPopoverBackgroundView

  • Makes popover controllers look so good you'll want to lick them

License: MIT

  • Objective C

HYPTableViewCell

  • Fix that awful default separator inset in table view cells once for all

License: MIT

  • Objective C

HYPWebView

WebView++

License: MIT

  • Objective C

ImagePicker

Reinventing the way ImagePicker works.

License: NOASSERTION

  • Swift

Imaginary

Remote images, as easy as one, two, three.

License: NOASSERTION

  • Swift

InputValidator

Input Validators allow you to verify incoming input

License: MIT

  • Swift

Inti

Inti is the first networking library with persistency in it's core

License: MIT

  • Objective C

JSON

JSON made so simple, it hurts

License: MIT

  • Swift

Kipu

This is a category that eases your every day job of parsing an API and getting it into Core Data.

  • Handles operations in safe background threats.
  • Thread safe saving (if you're saving in the wrong thread, we'll tell you).
  • Diffing of changes, updated, inserted and deleted objects are automatically handled for you.

License: MIT

  • Objective C

Lightbox

A a convenient and easy to use image viewer for your iOS app, packed with all the features you expect

License: NOASSERTION

  • Swift

MD5

MD5 and MD5 hash in Swift

License: MIT

  • Swift

Minced

Convert JSON keys to camelCase and optionally unnullify values

License: MIT

  • Objective C

NetworkActivityIndicator

A library that helps managing the network activity indicator state.

License: MIT

  • Swift

Networking

Simple NSURLSession wrapper with support for image caching and faking network requests

  • Super friendly API
  • Singleton free
  • No external dependencies
  • Optimized for unit testing
  • Minimal implementation
  • Simple request cancellation
  • Fake requests easily (mocking/stubbing)
  • Runs synchronously in automatic testing environments
  • Image downloading and caching
  • Free

License: NOASSERTION

  • Swift

Notification

UILocalNotification sugar daddy

License: MIT

  • Swift

NSDate-HYPConvenience

Convenience methods to generate NSDates

License: MIT

  • Objective C

NSDate-HYPString

Categories to convert NSDates to NSStrings

License: MIT

  • Objective C

NSDictionary-ANDYSafeValue

A sweet bulletproof vest for your NSDictionary.

  • Safe valueForKey getters
  • Safe setValueForKey checking

License: MIT

  • Objective C

NSDictionary-HYPImmutable

Mutable operations on NSDictionary that return immutable results

License: MIT

  • Objective C

NSDictionary-HYPNestedAttributes

NSDictionary category that converts the flat relationships in a dictionary to a nested attributes format

License: MIT

  • Objective C

NSEntityDescription-SYNCPrimaryKey

Support for primary keys in Core Data

License: MIT

  • Objective C

NSJSONSerialization-ANDYJSONFile

  • Get an array or dictionary from a .json file

License: MIT

  • Objective C

NSManagedObject-ANDYMapChanges

Maps inserts, updates and deletions from your JSON response.

Returns every insert and update in a block, handles deletions and uniquing internally.

License: MIT

  • Objective C

NSManagedObject-ANDYObjectIDs

The fastest way to get a group of objectIDs and primary keys from Core Data

License: MIT

  • Objective C

NSManagedObject-HYPAttribute

Helpers for evaluating NSManagedObject's attributes

License: MIT

  • Objective C

NSManagedObject-HYPPropertyMapper

  • Mapping your Core Data objects with your JSON providing backend has never been this easy

License: MIT

  • Objective C

NSManagedObject-HYPURI

  • A convenience method to get a NSManagedObject URI
  • Super easy to use!

License: MIT

  • Objective C

NSManagedObjectContext-HYPSafeSave

When doing [context save:&error] warns you about:

  • Usage of confinement contexts
  • Main context saved in a background thread
  • Background context saved in a main thread

License: MIT

  • Objective C

NSObject-HYPTesting

Checks if the app is running on testing mode

License: MIT

  • Objective C

NSString-ANDYSizes

  • Calculates the size of your strings

License: MIT

  • Objective C

NSString-HYPContainsString

API similar to containsString found in iOS 8, compatible with iOS 7

License: MIT

  • Objective C

NSString-HYPFormula

  • Creating and running string-based formulas have never been this easy

License: MIT

  • Objective C

NSString-HYPNetworking

ObjectiveC-fy, or ruby-fy your NSStrings

License: MIT

  • Objective C

NSString-HYPRelationshipParser

Parse string representations of model relationships

License: MIT

  • Objective C

NSString-HYPWordExtractor

  • A super easy way of extracting all or only unique words from an NSString

License: MIT

  • Objective C

PaginatedScrollView

Paginated UIScrollView, a simple UIPageViewController alternative written in Swift.

License: MIT

  • Swift

Postman

«You're nothing but a drifter who found a bag of mail.»

License: MIT

  • Objective C

PSTAlertController-HYPNetworkError

Adds a convenience method for presenting network alerts to PSTAlertController :)

License: MIT

  • Objective C

SectionScrubber

A component to quickly scroll between collection view sections

License: MIT

  • Swift

Signature

UIView with signature support

License: MIT

  • Objective C

SimulatorCheck

Check for code running on the Xcode simulator

License: MIT

  • Swift

Sugar

Something sweet that goes great with your Cocoa

License: NOASSERTION

  • Swift

Sunrise

A library to calculate Sunrise, Sunset, and Twilight times based on the user's current location and time zone.

License: MIT

  • Objective C

Suntimes

A library to calculate Suntimes, Sunset, and Twilight times based on the user's current location and time zone.

License: MIT

  • Objective C

SweetCoreData

Helpers and sugar for the Core Data framework.

License: MIT

  • Swift

Sweetness

A collection of sugar and helpers for UIKit, CoreData, Foundation, Swift and more.

License: MIT

  • Objective C

SweetSwift

Helpers and sugar for Swift.

License: MIT

  • Swift

SweetUIKit

Helpers and sugar for the UIKit framework.

License: MIT

  • Swift

Sync

Sync eases your everyday job of parsing a JSON response and getting it into Core Data. It uses a convention-over-configuration paradigm to facilitate your workflow.

  • Automatic mapping of CamelCase or snake_case JSON into Core Data
  • Handles operations in safe background threads
  • Thread-safe saving, we handle retrieving and storing objects in the right threads
  • Diffing of changes, updated, inserted and deleted objects (which are automatically purged for you)
  • Auto-mapping of relationships (one-to-one, one-to-many and many-to-many)
  • Smart-updates, only updates your NSManagedObjects if the server values are different (useful when using NSFetchedResultsController delegates)
  • Uniquing, Core Data does this based on objectIDs, we use your primary key (such as id) for this

License: NOASSERTION

  • Swift

SYNCPropertyMapper

  • Mapping your Core Data objects with your JSON providing backend has never been this easy

License: MIT

  • Objective C

TestCheck

Check for Xcode running unit tests

License: MIT

  • Swift

TextField

A TextField that supports formatters and input validators such as maximum length and regex

License: MIT

  • Swift

UIButton-ANDYHighlighted

Adds highlighted background color to UIButton

License: MIT

  • Objective C

UIViewController-HYPContainer

  • Safely add child view controllers

License: MIT

  • Objective C

UIViewController-HYPKeyboardToolbar

Snap a toolbar to a keyboard like a pro

License: MIT

  • Objective C

Validation

Validations for min/max value, min/max length, regex and so on

License: MIT

  • Swift

Viewer

Image viewer (or Lightbox) with support for local and remote videos and images

License: NOASSERTION

  • Swift

Whisper

Whisper is a component that will make the task of display messages and in-app notifications simple.

License: NOASSERTION

  • Swift