List of Free code UITableViewCell

Projects

  • ADBBackgroundCells
    ADBBackgroundCells allow lazy loading for UITableViewCell objects performing a long time job in background without blocking the UI.
  • AutoLayoutCells
    Exploring AutoLayout on the example of UITableViewCells.
  • BNRXIBCell
    A UITableViewCell subclass, intended to be subclassed, to forward action messages from cell subviews to a controller.
  • CKSelected Table ViewCellFactory
    Cell Factory for customized UITableViewCell Selected Background views.
  • custom uitableviewcell
    Easily create custom UITableViewCell using Interface Builder.
  • Custom UITableViewCell Sample Project
    Project for help with custom UITableViewCell delete button.
  • EPGrouped Table ViewAppearance
    Customize Grouped Style UITableViewCell in one block.
  • Grouped Table ViewWithShadows
    CALayer based shadows for UITableViewCells in a grouped UITableView.
  • iOS Custom UITableViewCell
    Show you how to create a custom UITableViewCell with xib.
  • iOS Examples UITableView Combo Box
    A small example on how to create UITableViews with Combo Box styled UITableViewCells.
  • JZSwipeCell
    Inspired by MailboxApp (http://mailboxapp.com). A UITableViewCell subclass that makes it easy to add long, short, left and right swiping of content in your table views. Features 4 swipe zones with customizable icons, colors and sizes.
  • MJTransitionEffect
    Transition from UITableViewCell to Detail Controller with animation on ENTER and EXIT. This can be seen in multiple apps. Right now, it is totally customizable. There are 3 sections for these animations : (1). Initially set frames for all UI elements (2.
  • PPImageScrollingTableViewCell
    PPImageScrollingTableViewCell is a UITableViewCell subclass that can make images scrollable horizontally in TableView.
  • Relative Time Update
    A simple demo project showing how to implement the automatic time update in a UITableViewCells.
  • Swiping Table
    Sample app to demonstration UISwipeGestureRecognizers in UITableViewCells.
  • Table Blur
    A demo of table view cells partially blurring a background image. (I implemented this to answer http://stackoverflow.com/questions/19366834/fast blurring for uitableviewcell contentview background ).
  • Table View Extended Animations
    New animations for the UITableView to move, exchange and transit UITableViewCells.
  • TDBadgedCell
    TDBadgedCell is a UITableViewCell subclass that adds badges, to table view cells. It's highly customisable, allowing you to alter the badge colours, shape, and positioning.
  • TISwipeable Table View
    Allows you to swipe a UITableViewCell and reveal a back view, functions like cells in the "Twitter" app.
  • TSSlidableCell Demo
    The 'slide to delete' feature has proven to be very popular in apps such as Clear and, more recently Vesper. This is my own custom implementation of that behaviour. If you drag a UITableViewCell to the left it will be pushed off screen and deleted.
  • UIRightButtonCell
    UITableViewCell with right button that detects touches. Similar to the one in the App Store.
  • UITableViewCell Compatibility
    2.x and 3.x compatibility without code changes.
  • UITableViewTricks
    Simple UITableView tricks with focus on UITableViewCell Layout.
  • XIBBased Table Cells
    Creating custom UITableViewCells from XIBs step by step tutorial.