From 7213e51b6828be3afeadc4ea4741a17ce606baaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E5=85=B4=E8=BE=BE?= Date: Wed, 28 Apr 2021 19:25:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- XDPagesView.podspec | 2 +- XDPagesView/XDPagesTitleBar.m | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/XDPagesView.podspec b/XDPagesView.podspec index 0ab2005..f7e5a43 100644 --- a/XDPagesView.podspec +++ b/XDPagesView.podspec @@ -15,7 +15,7 @@ Pod::Spec.new do |s| # summary should be tweet-length, and the description more in depth. # s.name = "XDPagesView" - s.version = "2.2.5" + s.version = "2.2.6" s.summary = "多控制器列表" # This description is used to generate tags and improve search results. # * Think: What does it do? Why did you write it? What is the focus? diff --git a/XDPagesView/XDPagesTitleBar.m b/XDPagesView/XDPagesTitleBar.m index 6f8619b..f47756e 100644 --- a/XDPagesView/XDPagesTitleBar.m +++ b/XDPagesView/XDPagesTitleBar.m @@ -247,6 +247,7 @@ - (UIView *)slideLine { [weakSelf.titleBar layoutIfNeeded]; [weakSelf.titleBar scrollToItemAtIndexPath:[NSIndexPath indexPathForRow:focusIndex inSection:0] atScrollPosition:UICollectionViewScrollPositionNone animated:YES]; weakSelf.focusIndex = focusIndex; + [weakSelf.titleBar reloadData]; }; }