Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
谢兴达 committed Apr 28, 2021
1 parent a9455f8 commit 7213e51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion XDPagesView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
1 change: 1 addition & 0 deletions XDPagesView/XDPagesTitleBar.m
Original file line number Diff line number Diff line change
Expand Up @@ -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];
};
}

Expand Down

0 comments on commit 7213e51

Please sign in to comment.