iOS and Cocoa goodies
284.5K views | +0 today
Follow

iCloud and UIDocument: Beyond the Basics. Part 1/4 | Ray Wenderlich

From www.raywenderlich.com

This is a blog post by site administrator Ray Wenderlich, an independent software developer and gamer.
No comment yet.

UIGlossyButton

From github.com

UIGlossyButton - Generate system like or other nice button without any image...
No comment yet.

KNSemiModalViewController

From github.com

UIViewController+KNSemiModal is an effort to make a replica of semi-modal view with pushed-back stacked animation found in the beautiful Park Guides by National Geographic app. You can see this original semi-modal view below.
This library (ARC) is designed as a Category to UIViewController so you don't have to subclass and you can simply drop in any project and it will just work!
No comment yet.

InAppSettings

From github.com

InAppSettings provides a view controller that displays the application's Settings.bundle as it appears in the iPhone settings. Allowing the same preferences in app and in the iPhone settings.
No comment yet.

CDPieMenu for iOS - Cocoa Controls

From www.cocoacontrols.com

Fully and easly customizable rotary wheel control also called pie menu for iPhone and iPad. Very similar to the control in Convertbot. It rotates with inertia/momentum. Drawn using CoreGraphics without any images.

No comment yet.

Docset Viewer: Resuming large downloads with NSURLConnection | iOS/Web Developer's Life in Beta

From nachbaur.com

As I’ve shown in my previous post announcing Docset Viewer, I want this series of posts to be more than me talking about my new app. In keeping with the ...
No comment yet.

QR Code Encoder for iOS - Cocoa Controls

From www.cocoacontrols.com

An implementation of QR code encoder for Objective-C ported from Psytec library. Able to encode an NSString to a dot matrix which can be further rendered to an UIImage.

No comment yet.

TBHintView for iOS - Cocoa Controls

From www.cocoacontrols.com

TBHintView is a simple, highly customizable hint library for iOS. It enables you to add simple hints to any UIView. It features multiple page support and various show and hide animation types.
No comment yet.

DTGridView

From github.com

DTGridView - A two-dimensional scrolling view component for the iPhone, heavily inspired by UITableView.
No comment yet.

GMGridView

From github.com

GMGridView - A performant Grid-View for iOS (iPhone/iPad) that allows sorting of views with gestures (the user can move the items with his finger to sort them) and pinching/rotating/panning gestures allow the user to play with the view and toggle...
No comment yet.

Cocos2D-X for iOS and Android: Space Game | Ray Wenderlich

From www.raywenderlich.com

This is a blog post by iOS Tutorial Team member Jean-Yves Mengant, an experienced Android / IOS developer and designer.
No comment yet.

QuincyKit

From quincykit.net

Live Crash Report Management
Collect crash reports from your apps, either from your beta versions or from release versions (AppStore safe!). Your apps can report crash reports right at the next startup of your app to your server setup.


Statistics
See all your crash reports automatically grouped by similar crashes and how each crash group developed over time and see the affected OS versions and platforms.


Multi Platform Support
QuincyKit supports both Mac OS X and iOS platforms.

 

QuincyKit is available under the MIT Open Source license. The source code is available on GitHub.

No comment yet.

iOS 5 Face Detection with Core Image

From www.bobmccune.com

One of the great new features of iOS 5 is the addition of the Core Image (CI) framework.

This framework has been available for a few years on the Mac, but now its advanced image processing and filtering capabilities are available on the iOS platform as well.

One particularly cool new feature available in Core Image, on both iOS 5 and Lion, is its ability to detect faces in an image.

No comment yet.

ADLivelyTableView

From github.com

ADLivelyTableView is a drop-in subclass of UITableView that lets you add custom animations to any UITableView.

No comment yet.

LIExposeController for iOS - Cocoa Controls

From www.cocoacontrols.com

LIExposeController is a new navigation paradigm for iOS apps. A great example is LinkedIn's iPhone app. LIExposeController acts as a container view controller, much like UINavigationController or UITabBarController. It manages a set of UIViewControllers as separate "stacks" so that users can easily switch between multiple screens.

No comment yet.

novocaine

From github.com

novocaine - Painless high-performance audio on iOS and Mac OS X...

No comment yet.

How to Create a Talking Tom style App | Tutorial | Objective-C | CocoaTouch | Xcode | iPhone | ChupaMobile

From www.chupamobile.com

Have you ever seen the world famous Talking Tom app? This Tutorial will cover step by step all the development process to helpyou in creating a Voice Replay Application.
No comment yet.

Cocos2D-X for iOS and Android: Getting Started | Ray Wenderlich

From www.raywenderlich.com

This is a blog post by iOS Tutorial Team member Jean-Yves Mengant, an experienced Android / IOS developer and designer.
No comment yet.

iPhone Development: OpenGL ES from the Ground Up: Table of Contents

From iphonedevelopment.blogspot.fr

This posting will act as a table of contents to my OpenGL From the Ground Up series of tutorial. As I add new postings, I will add them here:

No comment yet.

EZBadgeView for iOS - Cocoa Controls

From www.cocoacontrols.com

EZBadgeView is an easy to use badge similar to the badges found in UIKit. It is fully customizable, self contained, and easy to install. No need for external images. No need to link or import dependent libraries.

No comment yet.

MOOPullGesture for iOS - Cocoa Controls

From www.cocoacontrols.com

Clean, versatile pull gesture for iOS perfectionists. Comes with pull-to-create and pull-to-refresh.

No comment yet.

JCTiledScrollView for iOS - Cocoa Controls

From www.cocoacontrols.com

JCTiledScrollView is a set of classes that wraps UIScrollView and CATiledLayer. It aims to simplify displaying large images and PDFs at multiple zoom scales.
No comment yet.

DCIntrospect - Small library of visual debugging tools for iOS

From github.com

Introspect is small set of tools for iOS that aid in debugging user interfaces built with UIKit. It's especially useful for UI layouts that are dynamically created or can change during runtime, or for tuning performance by finding non-opaque views or views that are re-drawing unnecessarily. It's designed for use in the iPhone simulator, but can also be used on a device.

No comment yet.

Core Data on iOS 5 Tutorial: How To Preload and Import Existing Data | Ray Wenderlich

From www.raywenderlich.com

Note from Ray: iOS Tutorial Team member Adam Burkepile has kindly updated the Core Data series to iOS 5 - I'll post an announcement about it in a bit.
No comment yet.