Skip to content

dbcrystal/PoppingOutCell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PoppingOutCell

PoppingOutCell is a small plug-in for iOS. It can bring wonderful experience when gently dragging cell to left.

Architecture

  • DraggedTableViewCell
  • PopOutButtonViewCell
  • CellView
  • TableCellData
  • PrefixHeader

Usage

import essential header into your View Controller

#import "DraggedTableViewCell.h"
#import "PopOutButtonView.h"

"PopOutButtonView.h" can be changed to whatever button styles you like.

use PopOutButtonViewCell in your cellForRowAtIndexPath delegate

DraggedTableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:cellIdentifier];

add buttons to cell

PopOutButtonView *view = [[PopOutButtonView alloc] initWithFrame:Frame
                                                        andTitle:nil
                                              andBackgroundColor:[UIColor color]];
[cell addSubviewAsPopOutButton:view];

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published