Skip to content

Commit

Permalink
调整
Browse files Browse the repository at this point in the history
  • Loading branch information
gsdios committed Mar 26, 2016
1 parent 89bea85 commit 307532e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions SDAutoLayout.podspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Pod::Spec.new do |s|

s.name = "SDAutoLayout"
s.version = "1.31"
s.summary = "The most easy way for autoLayout. Based Runtime. 1.31版本更新内容:1.增加label对attributedString的内容自适应;2.实现tableview局部刷新cell高度缓存的自动管理。"
s.version = "1.4"
s.summary = "The most easy way for autoLayout. Based Runtime. 1.4版本更新内容:升级了缓存机制,新版本在tableview滑动cell时候流畅度和性能提升20%以上"

s.homepage = "https://github.com/gsdios/SDAutoLayout"
# s.screenshots = "https://camo.githubusercontent.com/5d9e879c7006297b3d6e12c20c6cd1e15bf83016/687474703a2f2f7777332e73696e61696d672e636e2f626d6964646c652f39623831343665646777316578346d756b69787236673230396730376c6864742e676966"
Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.platform = :ios
s.platform = :ios, "7.0"

s.source = { :git => "https://github.com/gsdios/SDAutoLayout.git", :tag => "1.31"}
s.source = { :git => "https://github.com/gsdios/SDAutoLayout.git", :tag => "1.4"}

s.source_files = "SDAutoLayoutDemo/SDAutoLayout/**/*.{h,m}"

Expand Down
Binary file not shown.
1 change: 0 additions & 1 deletion SDAutoLayoutDemo/Vender/SDPhotoBrowser/SDPhotoBrowser.m
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ - (void)setupScrollView
// 双击放大图片
UITapGestureRecognizer *doubleTap = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(imageViewDoubleTaped:)];
doubleTap.numberOfTapsRequired = 2;
[self addGestureRecognizer:doubleTap];

[singleTap requireGestureRecognizerToFail:doubleTap];

Expand Down

0 comments on commit 307532e

Please sign in to comment.