Skip to content

Commit

Permalink
Pod update to 1.4.8.
Browse files Browse the repository at this point in the history
Signed-off-by: RamWire <fy.zhao@renrunkeji.com>
  • Loading branch information
RamWire committed Nov 4, 2016
1 parent 74b83a4 commit 072b226
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Example/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.4.7</string>
<string>1.4.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion NinaPagerView.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'NinaPagerView'
s.version = '1.4.6'
s.version = '1.4.8'
s.license = 'MIT'
s.platform = :ios, '7.0'
s.summary = 'NinaPagerView is a low-coupling segment easy to page your controllers and views.'
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ self.navigationController.navigationBar.translucent = NO;
```

## Change Log
####v1.4.8
Add nina_scrollEnabled and nina_autoBottomLineEnable functions to NinaPagerView,meanwhile try to fix KVO crash in some conditions.<br />
####v1.4.6
Fix a bug may cause NinaPagerView in wrong location.<br />
####v1.4.5
Expand Down
2 changes: 2 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ self.navigationController.navigationBar.translucent = NO;
```

### 版本更新说明
####v1.4.8
新增控制下方视图左右的属性nina_scrollEnabled和根据当前标题自动计算下划线宽度的属性nina_autoBottomLineEnable,同时继续尝试修复KVO引起的小概率crash问题。 <br />
####v1.4.6
修复可能引起整体View坐标出错的问题。 <br />
####v1.4.5
Expand Down

0 comments on commit 072b226

Please sign in to comment.