iPhone and iPad development
78
“Tips, Libs and more on iPhone and iPad development”
Curated by Vincent Demay
72.5K Views
Scoop.it Score 78
Visitors Loading...
Created Dec 2, 2010
Created by Vincent D...
Updated May 25
Posts 282
Followers 358
Reactions 929
Filter

Or select a Tag
Suggest
Follow
github.com - May 25, 5:55 AM

MPFoldTransition is a set of classes to add folding-style transitions to iOS 5 projects.

MPFoldTransition is a set of classes to add folding-style transitions to iOS 5 projects.

Share
7
github.com - May 24, 5:56 AM

BaseKit is a set of IOS class to make your life easier

✔ Sources: https://github.com/brunow/BaseKit


Share
5
www.icapps.be - May 23, 6:48 AM

Face detection with Core Image on Live Video | iPhone Development - iPad Development - iCapps

In this article I will explain how to do face detection on a live video feed using an iOS 5 device. We will be using Core Image to do the heavy lifting. The code is loosely based on the SquareCam sample code from Apple.

Share
4
maniacdev.com - May 23, 5:46 AM

Example: Open Source iOS Castle Destruction Game Using Cocos2D And Box2D

I’ve mentioned some excellent open source games from the app store that could be used as a great examples for learning how to create games.  Most of these games use Cocos2D and I’ve come across another Cocos2D game that makes for a great example.
Share
6
blog.tackmobile.com - May 3, 1:14 PM

Interface Origami • Tack Blog

In a previous post, I mentioned a way of thinking about interactions and interface within a framework of depth and space. The ideas were centered around the digital space, but as a designer I find it’s important to remove myself from that space and explore solutions that can originate in physical space.

One of the easiest ways to do this is to break out scissors and paper. With paper you can remove the constraints of working in pixels to fold, tear, flip, curl and manipulate the medium to discover solutions that may have otherwise been missed.

To illustrate this, I created a few examples based on some familiar apps and others based on former concepts I’ve played around with in the past.

Share
8
maniacdev.com - May 2, 1:09 PM

Open Source: Easily Customizable Rotary Pie Menu iOS Control

The control is CDPieMenu a submission from Wojciech Czekalski a student looking for a WWDC 2012 scholarship seeking to demonstrate his technical knowledge.



✔ Sources: https://github.com/wczekalski/CDPieMenu


Share
5
www.bobmccune.com - April 26, 5:58 AM

iOS 5 Face Detection with Core Image

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.


Via Alessio Nonni
Share
5
dailytekk.com (via @romainbriche) - April 24, 9:55 AM

100 Tools to Develop the Next Killer iOS or Android App | DailyTekk

100 Tools to Develop the Next Killer iOS or Android App

Share
8
maniacdev.com - April 20, 9:52 AM

Open Source: Macros And Additions For Making Objective-C Coding More Concise

I’ve mentioned some great libraries in the past created to make Objective-C development quicker and easier such as a library that dynamically enables block based calls, and this massive collection of Objective-C utility classes.


✔ Sources: https://github.com/acburk/SOCQ


Share
4
www.theappcodeblog.com - April 20, 4:45 AM

iPhone App Development Tutorial – Add an Intro View to a Tab Bar App

This tutorial is on adding an intro view to your app. In this instance we’ll be adding it to a tab bar app. This is not the use of a splash view

Share
5
www.youtube.com - April 19, 4:41 AM

CODialog : a fully customizable UIAlertView

See on ManiacDev.com


✔ Sources: https://github.com/eaigner/CODialog


Share
4
www.youtube.com - April 17, 12:58 PM

peertalk demo

Peertalk is a iOS and OS X Cocoa library for communicating over USB and TCP/IP.


✔ Sources: https://github.com/rsms/peertalk

Share
5
timroadley.com - April 17, 11:35 AM

» Core Data in iCloud Tim Roadley

The aim of this tutorial is to show how to add iCloud support to a project. The starting point will be the final project from the end of the Core Data Universal / iPad Storyboard tutorial. I would recommend going through that tutorial first so you’re familiar with the Staff Manager project.


Share
2
www.mightymeta.co.uk (via @romainbriche) - May 24, 11:51 AM

Embedding YouTube Within iPhone Apps

Here is a method I recently devised for getting YouTube videos to work in a useable and clean way within iPhone Apps.

Share
9
github.com - May 23, 8:53 AM

Make a replica of semi-modal view with pushed-back stacked animation

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!


✔ Sources: https://github.com/kentnguyen/KNSemiModalViewController

Share
5
www.cocoacontrols.com - May 23, 6:16 AM

Adjustable Label Category for iOS - Cocoa Controls

Adjusting the size of a UILabel is a pain in the back. This category provides a couple of simple methods to make this process less painful. You can "auto adjust" a label provided a minimum size, maximum size or none at all.

 

 

✔ Sources: https://github.com/edgarschmidt/ESAdjustableLabel-Category

 


Via jerometonnelier
Share
1
mattgemmell.com - May 21, 11:36 AM

MGTileMenu - Matt Gemmell

MGTileMenu is an iOS GUI component, providing a pop-up tile-based contextual menu. It's designed for iOS 5, and uses ARC. It supports Retina and non-Retina devices, and works with VoiceOver. MGTileMenu is designed for use on iPad, but it will also work on iPhone and iPod touch..


✔ Sources: https://github.com/mattgemmell/MGTileMenu


Share
3
www.edumobile.org - May 3, 1:10 PM

Using a Button as a Toggle

In this example, we will see how to make a UIButton control behave as a two – state toggle switch.
Share
2
www.cocoacontrols.com - April 26, 9:04 AM

LIExposeController for iOS - Cocoa Controls

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.

 

✔ Sources: https://github.com/linkedin/LIExposeController


Via jerometonnelier
Share
2
github.com - April 26, 3:56 AM

JTRevealSidebarDemo

A carefully implemented iOS objective-c library to mimic the sidebar layout of the new Facebook app and Path 2.0 app.

 

✔ Sources: https://github.com/mystcolor/JTRevealSidebarDemo

 


Via Alessio Nonni, Domsware
Share
1
github.com - April 23, 8:51 AM

Clean, versatile pull gesture for iOS perfectionists.

MOOPullGesture - Clean, versatile pull gesture for iOS perfectionists.


Comes with pull-to-create and pull-to-refresh.



✔ Sources: https://github.com/peyton/MOOPullGesture


Share
6
api.mutado.com (via @romainbriche) - April 20, 9:46 AM

PaperStack: an iOS Page Curl filter for iOS (App Store safe!)

PaperStack: an iOS Page Curl filter 


✔ Sources: https://github.com/lomanf/PaperStack


Share
5
github.com - April 19, 9:50 AM

OCCalendar: "Popover" date picker controller.

OCCalendar is a very simple component for iPhone/iPad that provides a "Popover" date picker controller. It is very easy to add to your project, and is 100% CoreGraphics code, so it uses no images, and is resolution independent. I realize that I need to cut down the size for iPhone a bit more. I originally wrote it just for iPad, and my paths and sizing are all just slightly too wide for the iPhone. I'll fix it when I get a chance.

Share
8
github.com - April 18, 5:37 AM

HSInstagram: sample app on Instagram API

This repository provides a starting point to build an application based on the Instagram platform. In addition to the Instagram API model, the respository includes a sample iOS project.


✔ Sources: https://github.com/hsandhu/HSInstagram

Share
2
club15cc.com (via @romainbriche) - April 17, 11:48 AM

Understanding the iOS Layer Drawing & Display Hierarchy – A Detailed Look Behind the Scenes

Understanding the iOS Layer Drawing & Display Hierarchy: A Detailed Look Behind the Scenes.

Share
3
1 2 3 4 12 Next