MrAlek / Swift-NSFetchedResultsController-Trickery

A demo app accompanying the Swift NSFetchedResultsController Trickery blogpost on iosnomad.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swift NSFetchedResultsController Trickery

This is the full source code for a demo app accompanying the Swift NSFetchedResultsController Trickery blogpost on iOS Nomad. It is used to demonstrate the following techniques:

  • Using a meta data entity for fetching
  • Arbitrary section ordering
  • Animating between different grouping of data
  • Semantic drag 'n' drop
  • Showing empty sections through a proxy

Feel free to show smarter ways of accomplishing this in Swift by sending in pull requests :)

About

A demo app accompanying the Swift NSFetchedResultsController Trickery blogpost on iosnomad.com

License:MIT License


Languages

Language:Swift 100.0%