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

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!

BDDynamicGridViewController : Data-aware view controller that displays a UIView list in a row-dominated grid layout

BDDynamicGridViewController : Data-aware view controller that displays a UIView list in a row-dominated grid layout | iPhone and iPad development | Scoop.it

Data-aware view controller that displays a UIView list (typically, UIImageView list) in a row-dominated grid layout. This class automatically lay out the UIViews with help from a delegate class (which is supplier by you.) The class is inspired by the beautiful iCarousel class by Nick Lockwood

No comment yet.
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!

[Back to Basis] GridView using Interface Builder in iPhone

[Back to Basis] GridView using Interface Builder in iPhone | iPhone and iPad development | Scoop.it
In this example we will see how to GridView implement in the application using Interface Builder. This is the very simple example . So let see how it will worked.
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.
Scooped by Vincent Demay
Scoop.it!

iPhone Sample Code: Tiles | Undefined Value

iPhone Sample Code: Tiles | Undefined Value | iPhone and iPad development | Scoop.it
As an exercise in using the Core Animation API, I've implemented a little iPhone app that reproduces the behavior of the iPhone home screen's icon reorganization interface. (You know, dragging the wiggly icons around.) You can download my sample code to see how it works. Some descriptions of the highlights follow below.
No comment yet.
Curated by Vincent Demay
Development Manager @ Scoop.it - http://www.scoop.it
iPad, iPhone and Android developer
Geek :)