Skip to content

Commit

Permalink
Pod 1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dong committed Apr 8, 2019
1 parent f5fd8f6 commit 5892e03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion JPTagView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = "JPTagView"
s.version = "1.3.8"
s.version = "1.3.9"
s.summary = "Customized tag pages."
s.homepage = "https://github.com/baiyidjp/JPTagViewDemo"
s.license = "MIT"
Expand Down
4 changes: 4 additions & 0 deletions JPTagView/JPTagView.m
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@ - (UICollectionViewCell *)collectionView:(UICollectionView *)collectionView cell

cell.delegate = self;

if (!self.isCanSelectedMoreTag && tagModel.isSelected) {
self.selectedIndexPath = indexPath;
}

if (self.isCanLongPressShowDelete) {

//add long press
Expand Down

0 comments on commit 5892e03

Please sign in to comment.