Giter Site home page Giter Site logo

rflex / fmmovetableview Goto Github PK

View Code? Open in Web Editor NEW

This project forked from florianmielke/fmmovetableview

2.0 3.0 0.0 498 KB

An iOS UITableView subclass that allows you to move rows without being in edit mode simply by tapping and holding the appropriate row.

License: MIT License

Objective-C 97.99% Ruby 2.01%

fmmovetableview's Introduction

FMMoveTable

FMMoveTable is an UITableView subclass that provides moving rows by simply tap and hold an appropriate row without switching the table to its edit mode.

Donations

I wrote FMMoveTable for use in one of my own apps and think that it could be quite useful (and very time-saving) for others.

If you find it helpful, a Paypal donation would be very appreciated (donation [at] madeFM [dot] com).

How to use

  1. Import the QuartzCore framework.
  2. Add FMMoveTableView.(h/m) and FMMoveTableViewCell.(h/m) to your project
  3. Change you UITableView subclass to be a subclass of FMMoveTableView
  4. Change your UITableViewCell subclass to be a subclass of FMMoveTableViewCell
  5. Update your UI(Table)ViewController to conform to FMMoveTableViewDataSource and (optional) FMMoveTableViewDelegate
  6. Implement at least the delegate method moveTableView:moveRowFromIndexPath:toIndexPath: to update your model after a move
  7. Implement some additional checked in your table view data source / delegate. Check the FMMoveViewControllerfor further details

Background

FMMoveTableView

Addopts the known UITableViewDataSource and UITableViewDelegate methods to check whether a row:

  • Will move: moveTableView:willMoveRowAtIndexPath:
  • Can be moved: moveTableView:canMoveRowAtIndexPath:
  • Can move to an index path: moveTableView:targetIndexPathForMoveFromRowAtIndexPath:toProposedIndexPath:
  • Did move: moveTableView:moveRowFromIndexPath:toIndexPath:

FMMoveTableViewCell

Uses a method prepareForMove that you may need to overwrite if you use a custom subclass.

In it's basic implementation it resets the textLabel, detailTextLabel and imageView.

Contact

I can't answer any questions about how to use the code, but I'd love to read any emails telling me that you're using it, creating an app with it, or just saying thanks.

-- Florian

Twitter: @FlorianMielke

fmmovetableview's People

Contributors

florianmielke avatar krasnoukhov avatar troyharris avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.