Ernesto Rivera

36pods

AcknowledgementsBundle

Easily add a Settings.bundle with CocoaPods acknowledgements to your iOS App.

License: Apache 2

  • Objective C

AMBTableViewController

  • Use Storyboards' Prototype Cells to design your cells.
  • Separate table code with AMBTableViewSection's.
  • Uses blocks instead of delegate calls and avoid having section code separated through multiple methods.
  • Individual hide/shown, add/remove sections and rows.
  • Support for dynamic height cells.
  • Support for special "No Content Cell"'s for empty sections.

License: Apache 2

  • Objective C

CocoaLumberjack

It is similar in concept to other popular logging frameworks such as log4j, yet is designed specifically for objective-c, and takes advantage of features such as multi-threading, grand central dispatch (if available), lockless atomic operations, and the dynamic nature of the objective-c runtime.

License: BSD-3-Clause

  • Objective C

Cordova

Apache Cordova is a platform for building native mobile applications using HTML, CSS and JavaScript.

License: Apache-2.0

  • Objective C

CordovaPlugin-battery-status

A longer description of CordovaPlugin-battery-status in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-camera

This plugin provides an API for taking pictures and for choosing images from the system's image library.

The camera.getPicture function opens the device's default camera application that allows users to snap pictures. This behavior occurs by default, when Camera.sourceType equals Camera.PictureSourceType.CAMERA. Once the user snaps the photo, the camera application closes and the application is restored.

If Camera.sourceType is Camera.PictureSourceType.PHOTOLIBRARY or Camera.PictureSourceType.SAVEDPHOTOALBUM, then a dialog displays that allows users to select an existing image. The camera.getPicture function returns a CameraPopoverHandle object, which can be used to reposition the image selection dialog, for example, when the device orientation changes.

The return value is sent to the cameraSuccess callback function, in one of the following formats, depending on the specified cameraOptions:

A String containing the base64-encoded photo image.

A String representing the image file location on local storage (default).

You can do whatever you want with the encoded image or URI, for example:

Render the image in an <img> tag, as in the example below

Save the data locally (LocalStorage, Lawnchair, etc.)

Post the data to a remote server

NOTE: Photo resolution on newer devices is quite good. Photos selected from the device's gallery are not downscaled to a lower quality, even if a quality parameter is specified. To avoid common memory problems, set Camera.destinationType to FILE_URI rather than DATA_URL.

License: Apache 2

  • Objective C

CordovaPlugin-console

A longer description of CordovaPlugin-console in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-contacts

A longer description of CordovaPlugin-contacts in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-device

A longer description of CordovaPlugin-device in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-device-motion

A longer description of CordovaPlugin-device-motion in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-device-orientation

A longer description of CordovaPlugin-device-orientation in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-dialogs

A longer description of CordovaPlugin-dialogs in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-file

A longer description of CordovaPlugin-file in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-file-transfer

A longer description of CordovaPlugin-file-transfer in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-geolocation

A longer description of CordovaPlugin-geolocation in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-globalization

A longer description of CordovaPlugin-globalization in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-inappbrowser

A longer description of CordovaPlugin-inappbrowser in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-media

A longer description of CordovaPlugin-media in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-media-capture

A longer description of CordovaPlugin-media-capture in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-network-information

A longer description of CordovaPlugin-network-information in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-splashscreen

A longer description of CordovaPlugin-splashscreen in Markdown format.

License: Apache 2

  • Objective C

CordovaPlugin-vibration

A longer description of CordovaPlugin-vibration in Markdown format.

License: Apache 2

  • Objective C

GPUImage

An open source iOS framework for GPU-based image and video processing.

License: BSD

  • Objective C

KHFlatButton@PTEz

KHFlatButton for iOS 7

License: MIT

  • Objective C

LumberjackConsole

On-device CocoaLumberjack console with support for search, adjust levels, copying and more.

License: Apache-2.0

  • Objective C

MotionOrientation@PTEz

Orientation change notifications using CoreMotion. Works even on orientation-locked devices.

License: Apache 2

  • Objective C

NBUCore

Convenience macros, functions and API availability checks for iOS projects.

License: Apache 2

  • Objective C

NBUImagePicker

Modular and fully customizable UIImagePickerController replacement with Simulator-compatible AVFondation camera, AssetsLibrary and custom directory assets' browser, and image cropping, filters and gallery. Change element's sizes, position, customize picker workflow, add/remove/rename filters, localize for other languages, use cropping features from other libraries, etc.

License: Apache 2

  • Objective C

NBUKit

UIKit and NSFoundation convenience categories and subclasses.

License: Apache 2

  • Objective C

NBULog

Log framework based on CocoaLumberjack. Adds dynamic log levels, modules' support and eases usage.

License: Apache-2.0

  • Objective C

PKMultipartInputStream

An NSInputStream subclass suitable for building multipart/form-data HTTP requests bodies in MacOSX/iOS applications.

License: MIT

  • Objective C

PRTween

While Apple has done an incredible job with UIView Animations and Core Animation, there are sometimes cases that are difficult to get around. PRTween is a great alternative if you'd like to: Animate a property Core Animation won't allow you to Ensure that [someView layoutSubviews] is respected during an animation Tween arbitrary numerical values, such as sound volume, scroll position, a counter, or many others Define your timing curve as a function rather than a bezier with control points PRTween aims to be as simple as possible without sacrificing flexibility. In many cases, an animation may be as simple as: [PRTween tween:someView property:@"alpha" from:1 to:0 duration:3]; In order to promote simplicity, PRTween can be used as a drop-in replacement for most animations in your app. This means that in the case displayed above, the end result is identical to writing a UIView animation yourself.

License: BSD

  • Objective C

PTEHorizontalTableView

Horizontal UITableView inspired by EasyTableView.

License: Apache 2

  • Objective C

RBVolumeButtons@PTEz

This lets you steal the volume up and volume down buttons on iOS.

License: Apache 2

  • Objective C

SnappySlider

A subclass of UISlider that snaps to pre-specified values, or detents.

License: MIT

  • Objective C

SVSegmentedControl@PTEz

SVSegmentedControl is a customizable UIControl class that mimics UISegmentedControl but that looks like an UISwitch.

License: MIT

  • Objective C