Skip to content

Commit

Permalink
1.5.beta prepare to release
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyxx committed Mar 16, 2016
1 parent 2bead7b commit e3ee86c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UITableView+FDTemplateLayoutCell.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "UITableView+FDTemplateLayoutCell"
s.version = "1.4"
s.version = "1.5.beta"
s.summary = "Template auto layout cell for automatically UITableViewCell height calculate, cache and precache"
s.description = "Template auto layout cell for automatically UITableViewCell height calculate, cache and precache. Requires a `self-satisfied` UITableViewCell, using system's `- systemLayoutSizeFittingSize:`, provides heights caching."
s.homepage = "https://github.com/forkingdog/UITableView-FDTemplateLayoutCell"
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
# ――― Platform Specifics ――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.platform = :ios, "6.0"
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source = { :git => "https://github.com/forkingdog/UITableView-FDTemplateLayoutCell.git", :tag => "1.4" }
s.source = { :git => "https://github.com/forkingdog/UITableView-FDTemplateLayoutCell.git", :tag => "1.5.beta" }
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source_files = "Classes/*.{h,m}"
# ――― Project Settings ――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down

4 comments on commit e3ee86c

@Z-Kevin
Copy link

@Z-Kevin Z-Kevin commented on e3ee86c May 6, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我在使用的过程中滑动的时候 ,往下滑动下,tableveiw惯性往下滑 这个时候手指去控制停止的时候 tableview不会停止

@lhf19900402
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

10.3打印一大堆东东

@afantree
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lhf19900402 打印一堆什么东东?

@lhf19900402
Copy link

@lhf19900402 lhf19900402 commented on e3ee86c Apr 2, 2017 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.