Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Made the cellIsBeingSwiped property readonly.
Browse files Browse the repository at this point in the history
  • Loading branch information
aluong-yammer committed Dec 16, 2015
1 parent 5fa8e3d commit f3534d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YMSwipeTableViewCell/PodFiles/UITableViewCell+Swipe.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ typedef void (^YMTableCellDidChangeModeBlock)(UITableViewCell *cell, YATableSwip
@property (nonatomic, assign) BOOL swipingEnabled;

/** Returns YES if the pan gesture recognizer detects a swipe occurring. */
@property (nonatomic, assign) BOOL cellIsBeingSwiped;
@property (nonatomic, readonly) BOOL cellIsBeingSwiped;

/**
* Adds the view exposed during a right to left swipe.
Expand Down

0 comments on commit f3534d7

Please sign in to comment.