iPhone and iPad development
658.7K views | +12 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!

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!

LXReorderableCollectionViewFlowLayout: A reorderable CollectionView

LXReorderableCollectionViewFlowLayout: A reorderable CollectionView | iPhone and iPad development | Scoop.it

The goal of LXReorderableCollectionViewFlowLayout is to provides capability for reordering of cell, similar to iBook.

  • Long press on cell invoke reordering capability.
  • When reordering capability is invoked, fade the selected cell from highlighted to normal state.
  • Drag around the selected cell to move it to the desired location, other cells adjust accordingly. Callback in the form of delegate methods are invoked.
  • Drag selected cell to the edges, depending on scroll direction, autoscroll in the desired direction.
  • Release to stop reordering.
Vincent Demay's insight:

✔ Sources: https://github.com/lxcid/LXReorderableCollectionViewFlowLayout

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

UICollectionViewWaterfallLayout: another collectionView

UICollectionViewWaterfallLayout: another collectionView | iPhone and iPad development | Scoop.it

iOS 6 introduced a new feature called UICollectionView


UICollectionViewWaterfallLayout is a subclass of UICollectionViewLayout.


This layout is inspired by Pinterest. It also is compatible with PSTUICollectionView.

Vincent Demay's insight:

✔ Sources: https://github.com/chiahsien/UICollectionViewWaterfallLayout

vishal dharmawat's curator insight, March 6, 2013 8:41 AM

UICollectionView Waterfall Layout

Scooped by Vincent Demay
Scoop.it!

PSTCollectionView : A UICollection View for older iOS

Open Source, 100% API compatible replacement of UICollectionView for iOS4.3+


You want to use UICollectionView, but still need to support older versions of iOS? Then you're gonna love this project.Originally I wrote it for PSPDFKit, my iOS PDF framework that supports text selection and annotations, but this project seemed way too useful for others to keep it for myself :)


If you want to have PSTCollectionView on iOS4.3/5.x and UICollectionView on iOS6, use PSUICollectionView (basically add PS on any UICollectionView* class to get auto-support for older iOS versions) If you always want to use PSTCollectionView, use PSTCollectionView as class names. (replace the UI with PST)

Vincent Demay's insight:

✔ Sources: https://github.com/steipete/PSTCollectionView

vishal dharmawat's curator insight, March 6, 2013 8:41 AM

UICollectionView for older IOS 

Scooped by Vincent Demay
Scoop.it!

PSCollectionView : Pinterest style scroll view

PSCollectionView : Pinterest style scroll view | iPhone and iPad development | Scoop.it

It's a Pinterest style scroll view designed to be used similar to a UITableView.


It supports Portrait and Landscape orientations.


I built this as a hack to show my friends. Any suggestions or improvements are very welcome!


Coming soon... A fully functional demo app.

Vincent Demay's insight:

Update a new version ARC compliant is available here : 


✔Sources: https://github.com/ptshih/PSCollectionView/tree/arc


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

GMGridView

GMGridView | iPhone and iPad development | Scoop.it

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


✔ Sources: https://github.com/gmoledina/GMGridView#readme

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

Update #2: ELCImagePickerController

Update #2: ELCImagePickerController | iPhone and iPad development | Scoop.it

The image picker is created and displayed in a very similar manner to the UIImagePickerController. The sample application shows its use. To display the controller you instantiate it and display it modally like so.



✔ Sources: https://github.com/elc/ELCImagePickerController


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

AlanQuatermain/AQGridView - GitHub

AlanQuatermain/AQGridView - GitHub | iPhone and iPad development | Scoop.it

AQGridView is an attempt to create something similar to NSCollectionView on the iPhone. If CALayoutManager were available on the iPhone, specifically the CAConstraintLayoutManager, then this would be relatively easy to put together. However, since none of those exist, there’s a lot of work to be done.


✔ Sources: https://github.com/AlanQuatermain/AQGridView


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

Fast Open Source Interactive iOS Grid View Component

 Creating a grid view is a very common task for iOS developers, and I have mentioned components designed for creating gridviews in the past, most recently AQGridView which is meant to emulate Mac OS X’s NSCollectionView.


✔ Sources: https://github.com/kolinkrewinkel/KKGridView

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

Open Source: Flipboard Style Transitions And Reader Example For iPad

Open Source: Flipboard Style Transitions And Reader Example For iPad | iPhone and iPad development | Scoop.it

The Flipboard app is an excellent magazine style reader for iPad. With the beautiful middle of the page flipping, and easy to read articles setup really gives it an immersive quality.

 

Here is an open source library that aims to create an iPad reader similar to Flipboard, and provides similar transitions, and easy article reading as Flipboard.

 

✔ Sources: https://github.com/raweng/FlipView

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

TreemapKit Simple Demo Screencast | Flickr - Photo Sharing!

TreemapKit is a treemap implementation for Cocoa Touch. You can display treemaps in iPhone, iPod touch and iPad.

✔ Sources: https://github.com/yatsu/treemapkit
No comment yet.
Scooped by Vincent Demay
Scoop.it!

provideal/MMGridView - GitHub

provideal/MMGridView - GitHub | iPhone and iPad development | Scoop.it
A simple grid view / dashboard component for iOS...


























✔ Sources: https://github.com/provideal/MMGridView
No comment yet.
Curated by Vincent Demay
Development Manager @ Scoop.it - http://www.scoop.it
iPad, iPhone and Android developer
Geek :)