Skip to content

Commit

Permalink
版本提升
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWicky committed Apr 23, 2020
1 parent a6a2c91 commit ef6e64a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DWTableViewHelper.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DWTableViewHelper'
s.version = '1.1.7.6.4'
s.version = '1.1.7.7'
s.summary = 'DWTableViewHelper is a tool object to slim your ViewController and let you build a tableView easily.'
s.description = "DWTableViewHelper is a tool object to slim your ViewController and let you build a tableView easily.DWTableViewHelper能够瘦身你的控制器,达>到解耦效果,并且提供一些便捷的TableView开发接口。"
s.homepage = "https://github.com/CodeWicky/DWTableViewHelper"
Expand Down
5 changes: 4 additions & 1 deletion DWTableViewHelper/DWTableViewHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,15 @@
version 1.1.7.6
跟随FDTemplateLayoutCell补充自动计算行高的核心算法(本次发现在计算行高时,若遇到行高计算不准确时(确保约束正确的情况下通常是因为label为多行Label且Label的宽度不定,可能横向约束存在MoreThanOrEqualTo或者LessThanOrEqualTo此类约束导致无法准去自动计算行高),可以通过设置Label的label.preferredMaxLayoutWidth来尝试解决问题,截至目前我亲测好用)
修改DWTableViewHelperModel中cellID及cellClassStr的默认值行为。当设置cellClassStr时自动更改cellID默认值,给与不设cellID而程序正常运行更大的灵活性
version 1.1.7.7
修改部分代理当外部返回不合法值时,按照内部既定逻辑处理。为外部单独定制个别cell而其他cell使用默认行为提供可能性
增加对单独cell的自动行高控制
增加model对当前展示cell及indexPath的引用
增加对单独cell使用非缓存高度的支持
增加header及footer对自适应高度的支持
增加modelFromIndexPath对数组越界的容错处理
*/

#import <UIKit/UIKit.h>
Expand Down

0 comments on commit ef6e64a

Please sign in to comment.