iCloud and UIDocument: Beyond the Basics. Part 1/4 | Ray Wenderlich
This is a blog post by site administrator Ray Wenderlich, an independent software developer and gamer.
Get Started for FREE
Sign up with Facebook Sign up with X
I don't have a Facebook or a X account
This is a blog post by site administrator Ray Wenderlich, an independent software developer and gamer.
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!
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.
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 ...
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.
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.
DTGridView - A two-dimensional scrolling view component for the iPhone, heavily inspired by UITableView.
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...
This is a blog post by iOS Tutorial Team member Jean-Yves Mengant, an experienced Android / IOS developer and designer.
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.
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.
ADLivelyTableView is a drop-in subclass of UITableView that lets you add custom animations to any UITableView.
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.
novocaine - Painless high-performance audio on iOS and Mac OS X...
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.
This is a blog post by iOS Tutorial Team member Jean-Yves Mengant, an experienced Android / IOS developer and designer.
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:
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.
Clean, versatile pull gesture for iOS perfectionists. Comes with pull-to-create and pull-to-refresh.
JCTiledScrollView is a set of classes that wraps UIScrollView and CATiledLayer. It aims to simplify displaying large images and PDFs at multiple zoom scales.
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.
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.