Skip to content

Commit d7db6e4

Browse files
author
sunnyxx
committed
tag 1.6
1 parent 8a8598f commit d7db6e4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ A template layout cell is created by `-dequeueReusableCellWithIdentifier:` metho
115115

116116
## Installation
117117

118-
Latest version: **1.4.beta**
118+
Latest version: **1.6**
119119

120120
```
121121
pod search UITableView+FDTemplateLayoutCell
@@ -130,6 +130,9 @@ pod setup
130130

131131
We recommend to use the latest release in cocoapods.
132132

133+
- 1.6
134+
fix bug in iOS 10
135+
133136
- 1.4
134137
Refactor, add "cacheByKey" mode, bug fixed
135138

@@ -147,3 +150,5 @@ Basic automatically height calculation
147150

148151
## License
149152
MIT
153+
154+

UITableView+FDTemplateLayoutCell.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = "UITableView+FDTemplateLayoutCell"
4-
s.version = "1.6.beta"
4+
s.version = "1.6"
55
s.summary = "Template auto layout cell for automatically UITableViewCell height calculate, cache and precache"
66
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."
77
s.homepage = "https://github.com/forkingdog/UITableView-FDTemplateLayoutCell"

0 commit comments

Comments
 (0)