iPhone and iPad development
658.7K views | +14 today
Follow
iPhone and iPad development
Tips, Libs and more about iPhone and iPad development and ios
Curated by Vincent Demay
Your new post is loading...
Scooped by Vincent Demay
Scoop.it!

Flux - Design iOS Transitions and Export Working Xcode Projects by nthState

Flux - Design iOS Transitions and Export Working Xcode Projects by nthState | iPhone and iPad development | Scoop.it
Creating iOS Transition code is fiddly, time-consuming and hard work. Flux allows you or someone else to design transitions and generates the code for you.
No comment yet.
Scooped by Vincent Demay
Scoop.it!

BBBadgeBarButtonItem - A BarButtonItem with a badge on top.

BBBadgeBarButtonItem - A BarButtonItem with a badge on top. | iPhone and iPad development | Scoop.it
Vincent Demay's insight:

✔Source: https://github.com/TanguyAladenise/BBBadgeBarButtonItem

Trupti Nandani's curator insight, November 29, 2014 2:03 AM

going to implement soon..

Scooped by Vincent Demay
Scoop.it!

ADLivelyCollectionView: let you add custom animations to any UICollectionView.

ADLivelyCollectionView: let you add custom animations to any UICollectionView. | iPhone and iPad development | Scoop.it

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

This is the port of ADLivelyTableView, one of our most starred libraries on GitHub, to UICollectionView.

It's rather simple to use :

  • Add ADLivelyCollectionView.h and ADLivelyCollectionView.m to your iOS project
  • Link against the QuartzCore framework if you don't already
  • Turn any UICollectionView you want to animate (or subclass thereof) into a subclass of ADLivelyCollectionView
  • Pick whichever animation you like, like this :livelyCollectionView.initialCellTransformBlock = ADLivelyTransformFan;

You can also write your own initial transform block.

Vincent Demay's insight:

source: https://github.com/applidium/ADLivelyCollectionView

Trupti Nandani's curator insight, November 29, 2014 2:04 AM

love the animation..

Scooped by Vincent Demay
Scoop.it!

SECollectionViewFlowLayout: A flow layout for UICollectionView that implements swiping-to-select gestures

SECollectionViewFlowLayout: A flow layout for UICollectionView that implements swiping-to-select gestures | iPhone and iPad development | Scoop.it

SECollectionViewFlowLayout - A flow layout for UICollectionView that implements swiping-to-select gestures.

Vincent Demay's insight:

✔Source: https://github.com/CEWendel/SECollectionViewFlowLayout

Scooped by Vincent Demay
Scoop.it!

Open Source iOS Library For Easily Detecting Movement Speed And Type Of A User

Open Source iOS Library For Easily Detecting Movement Speed And Type Of A User | iPhone and iPad development | Scoop.it

Featured iPhone Development Resources,iOS Development Libraries,Open Source iOS Libraries And Tools I’ve mentioned a number of examples utilizing the location capabilities of iOS devices

Vincent Demay's insight:

✔Source: https://github.com/SocialObjects-Software/SOMotionDetector/


No comment yet.
Scooped by Vincent Demay
Scoop.it!

KPTimePicker : Simple time picker

KPTimePicker : Simple time picker | iPhone and iPad development | Scoop.it

KPTimePicker - Simplistic and easy-to-use timerpicker to replace Apple's

Vincent Demay's insight:

✔Source: https://github.com/kasperpihl/KPTimePicker

No comment yet.
Scooped by Vincent Demay
Scoop.it!

March 2014 Tech Talk: Sprite Kit vs. Unity 2D vs. Cocos2D Battle Royale - YouTube

This month, Brian Moakley, Marin Todorov, and myself will demonstrate these three popular frameworks used to make 2D iOS games - and then have a crazy debate about which is the "one true best" way to make iOS games!

Vincent Demay's insight:

Tech Talk from  Ray Wenderlich 

http://www.raywenderlich.com/67585/cocos2d-vs-sprite-kit-vs-unity-2d-tech-talk-video

No comment yet.
Scooped by Vincent Demay
Scoop.it!

ZSSRichTextEditor: A rich text editor for iOS

ZSSRichTextEditor: A rich text editor for iOS | iPhone and iPad development | Scoop.it

ZSSRichTextEditor is a beautiful Rich Text WYSIWYG Editor for iOS. It includes all of the standard editor tools one would expect from a WYSIWYG editor as well as an amazing source view with syntax highlighting.

Vincent Demay's insight:

So usefull

✔Source: https://github.com/nnhubbard/ZSSRichTextEditor


Louis Authie's curator insight, March 24, 2014 8:59 PM

Génial, voila qui répondra à un besoin certain

Suwit Kanchaporn-Triplets's comment, April 28, 2014 6:49 AM
Very useful component for IOS : http://triplets.pranghub.com/?p=157
Suggested by Richard Boss
Scoop.it!

Get iPhone Location Information Using CoreLocation Framework

Get iPhone Location Information Using CoreLocation Framework | iPhone and iPad development | Scoop.it

In this tech resource we will learn how to use Core Location framework in iPhone application to detect the device’s current location.

No comment yet.
Rescooped by Vincent Demay from iOS and Cocoa goodies
Scoop.it!

iOS Library For Adding Drag-And-Drop With Auto-Scrolling And UIPasteBoard Support

iOS Library For Adding Drag-And-Drop With Auto-Scrolling And UIPasteBoard Support | iPhone and iPad development | Scoop.it
Some time ago I mentioned a UICollectionView extension that allowed you to add drag-and-drop reordering to UICollectionView based grids. Here's an open source library that makes it easy to add drag...

Via jerometonnelier
Vincent Demay's insight:

✔Source: https://github.com/ptoinson/asymptotik-drag-and-drop


No comment yet.
Scooped by Vincent Demay
Scoop.it!

Build your own Flappy Bird with SpriteBuilder and Cocos2d 3.0

Build your own Flappy Bird with SpriteBuilder and Cocos2d 3.0 | iPhone and iPad development | Scoop.it
Learn to build Flappy Fly! This is the one and only tutorial that will teach you how to implement a native Flappy Bird clone for iOS. We will be using Sprite...
No comment yet.
Scooped by Vincent Demay
Scoop.it!

DoImagePickerController: An image picker controller with single selection and multiple selection.

DoImagePickerController: An image picker controller with single selection and multiple selection. | iPhone and iPad development | Scoop.it

DoImagePickerController - An image picker controller with single selection and multiple selection. Support to select lots photos with panning gesture.


features: 

  • adjustable column count : 2 ~ 4
  • adjustable count to select photos
  • multiple selection with pan gesture
  • landscape mode
  • go top or botom directly by tapping right side buttons
  • long tap on thumbnail to show preview
  • tap or drag preview to close preview
Vincent Demay's insight:

✔Source: https://github.com/donobono/DoImagePickerController

No comment yet.
Scooped by Vincent Demay
Scoop.it!

Marxon13/M13ProgressSuite: A set of classes used to display progress information to users on iOS.

Marxon13/M13ProgressSuite: A set of classes used to display progress information to users on iOS. | iPhone and iPad development | Scoop.it
  • A interchangeable set of progress view of diffrent styles. All the progress views are based on the same superclass, allowing any of them to be switched with any other easily.
  • A progress bar for UINavigationBar that works like Apple's Messages app. It also has the added feature of having an indeterminate style.
  • A HUD overlay that works over any UIView. Uses the M13ProgressView class to allow easy customizablility of the progress view.
  • A progress view that is styled like terminal.
  • Complete documentation of each class.
Vincent Demay's insight:

✔Source: https://github.com/Marxon13/M13ProgressSuite

No comment yet.
Scooped by Vincent Demay
Scoop.it!

EZAudio : audio framework built upon Core Audio useful for anyone doing real-time

EZAudio : audio framework built upon Core Audio useful for anyone doing real-time | iPhone and iPad development | Scoop.it

An iOS and OSX audio framework built upon Core Audio useful for anyone doing real-time, low-latency audio processing and visualizations.

Vincent Demay's insight:

✔Source: https://github.com/syedhali/EZAudio


No comment yet.
Scooped by Vincent Demay
Scoop.it!

Handy UIImage Category Allowing For Easy Image Blurring, Colored Image Creation And Screenshots

Handy UIImage Category Allowing For Easy Image Blurring, Colored Image Creation And Screenshots | iPhone and iPad development | Scoop.it

Here’s a nice addon category for UIImage called UIImage-Helpers from NZN.

Vincent Demay's insight:

✔Source: https://github.com/NZN/UIImage-Helpers

No comment yet.
Scooped by Vincent Demay
Scoop.it!

TWMessageBarManager - An iOS manager for presenting system-wide notifications via a dropdown message bar

TWMessageBarManager - An iOS manager for presenting system-wide notifications via a dropdown message bar | iPhone and iPad development | Scoop.it
Vincent Demay's insight:

✔Source: https://github.com/terryworona/TWMessageBarManager

iphoneunlockcode's curator insight, December 17, 2013 5:31 AM

Some iphone owners consider iPhone Factory Unlocked, iPhone 3GS Factory Unlocked, iPhone Factory Unlock Service and more in Cell Phones and Smartphones on eBay.

Scooped by Vincent Demay
Scoop.it!

ECSlidingViewController: Customizable sliding view controller container.

ECSlidingViewController:  Customizable sliding view controller container. | iPhone and iPad development | Scoop.it

ECSlidingViewController is a view controller container that manages a layered interface. The top layer anchors to the left or right side of the container while revealing the layer underneath it. This is most commonly known as the "Side Menu", "Slide Out", "Hamburger Menu/Drawer/Sidebar", etc...

Vincent Demay's insight:

✔Source: https://github.com/ECSlidingViewController/ECSlidingViewController


Alex Z. Li's curator insight, January 9, 2014 3:45 PM

nice UI sliding view controll 

Scooped by Vincent Demay
Scoop.it!

RKTabView - easy applicable toolbar/tabbar component for iO

RKTabView - easy applicable toolbar/tabbar component for iO | iPhone and iPad development | Scoop.it



Vincent Demay's insight:

✔Source: https://github.com/RafaelKayumov/RKTabView

No comment yet.
Scooped by Vincent Demay
Scoop.it!

PulsingHalo: iOS Component For Creating A Pulsing Animation.

Vincent Demay's insight:

✔Source:  https://github.com/shu223/PulsingHalo

No comment yet.
Scooped by Vincent Demay
Scoop.it!

Canvas: Animate in Xcode without code

Canvas: Animate in Xcode without code | iPhone and iPad development | Scoop.it

Canvas is a project to simplify iOS development for both designers and developers. It had been difficult for designers to get hands on building the product with the lack of objective-c and Xcode experience, and a hard time for developer to use reasonable amount of time and lines of code just to achieve really simple effects.


With Canvas, creating stunning animations requires zero lines of code, trendy effects like the Parallex headers, Sticky sections, Blurred Backgrounds, will be as simple as few lines of code changes.

Vincent Demay's insight:

✔Source:  https://github.com/CanvasPod/Canvas

No comment yet.
Scooped by Vincent Demay
Scoop.it!

MDRadialProgress: A custom UIView useful to represent progress in discrete steps.

MDRadialProgress: A custom UIView useful to represent progress in discrete steps. | iPhone and iPad development | Scoop.it
Vincent Demay's insight:

✔Source: https://github.com/mdinacci/MDRadialProgress


No comment yet.
Scooped by Vincent Demay
Scoop.it!

RMStepsController - This is an iOS control for guiding users through a process step-by-step

RMStepsController - This is an iOS control for guiding users through a process step-by-step | iPhone and iPad development | Scoop.it
Vincent Demay's insight:

✔Source: https://github.com/CooperRS/RMStepsController

No comment yet.
Scooped by Vincent Demay
Scoop.it!

NSFileManager

NSFileManager | iPhone and iPad development | Scoop.it

NSFileManager is Foundation's high-level API for working with file systems. It abstracts Unix and Finder internals, providing a convenient way to create, read, move, copy, and delete files & directories on local or networked drives, as well as iCloud ubiquitous containers.


File systems are a complex topic, with decades of history, vestigial complexities, and idiosyncrasies, and is well outside the scope of a single article. And since most applications don't often interact with the file system much beyond simple file operations, one can get away with only knowing the basics.

No comment yet.
Scooped by Vincent Demay
Scoop.it!

SDCAlertView: adds a contentView property to a pixel-for-pixel clone of UIAlertView

SDCAlertView:  adds a contentView property to a pixel-for-pixel clone of UIAlertView | iPhone and iPad development | Scoop.it

SDCAlertView is intended as a pixel-for-pixel UIAlertView duplicate in iOS 7, with added functionality that a particular company at a particular developer's conference promised, but never delivered. Most importantly,SDCAlertView adds support for custom content using the contentView property.

SDCAlertView doesn't just look like a system alert in terms of user interface elements, it is the result of completely reverse-engineering UIAlertView. The view hierarchy, labels, table views, animations, everything has been looked at and incorporated as much as possible.

No comment yet.
Suggested by Minh-Hoang Nguyen
Scoop.it!

HUChart: simple (but the first) semi circle chart (half pie chart).

HUChart: simple (but the first) semi circle chart (half pie chart). | iPhone and iPad development | Scoop.it

HUChart - A simple (but the first) semi circle chart (half pie chart).

Vincent Demay's insight:

✔Source: https://github.com/hugo53/HUChart

No comment yet.
Curated by Vincent Demay
Development Manager @ Scoop.it - http://www.scoop.it
iPad, iPhone and Android developer
Geek :)