We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a523084 commit 3be3d18Copy full SHA for 3be3d18
CHANGELOG.md
@@ -3,12 +3,11 @@
3
4
---
5
## 2.6.0
6
-性能优化后的稳定版本
+1.性能优化后的稳定版本
7
+2.增加FlexTableHeaderFooterView组件
8
+3.修复在新XCode下的获取window问题
9
-## 2.5.1
-1.修复2.5.0的向前兼容问题
10
-
11
-## 2.5.0
+## 2.5.0 (该版本有兼容性问题,请直接使用2.6.0版本)
12
1. 对hidden属性变化时的优化
13
2. 优化各个组件的性能,减少FlexFrameView, FlexCustomBaseView的视图层级
14
3. 移除FlexScrollView对吸顶效果的支持
FlexLib.podspec
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'FlexLib'
- s.version = '2.5.4'
+ s.version = '2.6.0'
s.summary = 'An obj-c flex layout framework for IOS'
# This description is used to generate tags and improve search results.
0 commit comments