Stay in touch
KIInPlaceEdit
October 05, 2014 • MIT License
In-place editing for UILabel!
UILabel+InPlaceEdit.h enables users to edit a label in the place.
No inheritance. Just import the category and [label ipe_enableInPlaceEdit];
:)
Related Link...
SDiPhoneVersion
October 05, 2014 • MIT License
Objective-C library for detecting running device model and screen size.
With the newer devices, developers have more work to do. This library simplifies their job by allowing them to get infor...
InstagramSimpleOAuth
October 05, 2014 • MIT License
A quick and simple way to authenticate an Instagram user in your iPhone or iPad app.
Quick How-To:
* Create an instance of InstagramSimpleOAuthViewController and pass in an Instagram client I...
INTUAnimationEngine
October 04, 2014 • MIT License
INTUAnimationEngine makes it easy to build advanced custom animations on iOS.
INTUAnimationEngine provides a friendly interface to drive custom animations using a CADisplayLink, inspired by the ...
ImagePickerSheetController
October 04, 2014 • MIT License
ImagePickerSheetController is a component that replicates the custom photo action sheet in iMessage. It's very similar to UIAlertController which makes its usage simple and concise.
RateMyApp (Swift)
October 03, 2014 • MIT License
RateMyApp is a class to provide gentle reminders for app users to rate your app, written completely in swift
Features:
1) Easy setup
2) Supports iOS7 & iOS8
CBPWordPress
October 03, 2014 • MIT License
CBPWordPress is an iOS library that will allow you to easily include content from a WordPress blog in your app. The library can fetch lists of posts, individual posts and comments as well as submit...
SQTShyNavigationBar
October 03, 2014 • MIT License
A shrinking (shy) navigation bar that automatically adjusts as a user scrolls, with customizable full and "shy" heights.The goal is to be as robust as possible, smoothly handling the trickier edge ...
VMaskTextField
October 01, 2014 • MIT License
VMaskTextField is a library which create an input mask.An inputmask helps the user with the input by ensuring a predefined format. This can be useful for dates, numerics, phone numbers etc
SCLogger
October 01, 2014 • MIT License
SCLogger is a debugging console created by developer for developers, easy integration with your project. For all NSLog
xcres
October 01, 2014 • MIT License
xcres searches your Xcode project for resources and generates an index as struct constants. So you will never have to reference a resource, without knowing already at compile time if it exists or n...
LNNotificationsUI
September 30, 2014 • BSD License
LNNotificationsUI is a framework for displaying notifications similar to Apple's iOS 7 and iOS 8 notifications. It is meant to complement the native look and feel, by providing a pixel-accurate (as...
DIImageView
September 30, 2014 • MIT License
A Snapchat-like caption integrated within a regular UIImageView.
No image provided.
MapManager (Swift)
September 30, 2014 • MIT License
Map manager is a MapKit wrapper to provide route direction drawing written entirely in Swift
1) Closure support
2) Get directions using Apple service
3) Get directions using Google service...
ATTutorialController
September 29, 2014 • MIT License
A tutorial controller ready to use. Uses its own UIWindow.
ZCSHoldProgress
September 29, 2014 • MIT License
A UILongPressGestureRecognizer that displays its progress.
BMAGridPageControl
September 29, 2014 • MIT License
Do you want to suggest to your users that they can do more than just scrolling? Enter BMAGridPageControl.
BMAGridPageControl is designed to be really similar to UIPageControl. You control it spe...
MAPageViewController
September 29, 2014 • MIT License
MAPageViewController is a simple wrapper around the most common boiler-plate UIPageViewController setup, requiring you only to specify an array of view controllers to set up.