Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileZXLee committed Dec 7, 2020
2 parents 9388682 + 4403e7b commit 74e00aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ self.zx_navLeftBtn.zx_tintColor = [UIColor redColor];
```objective-c
self.zx_navLeftBtn.zx_fontSize = 12;
```
* 设置NavItemBtn的固定宽度,若设置,则自动计算宽度无效
* 设置NavItemBtn的固定宽度,若设置,则自动计算宽度无效(若需要恢复自动宽度,可设置`zx_fixWidth`为-1)
```objective-c
self.zx_navLeftBtn.zx_fixWidth = 100;
```
Expand Down

0 comments on commit 74e00aa

Please # to comment.