Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerAndBull committed May 20, 2019
1 parent 7e76a76 commit bbf7541
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file not shown.
Expand Up @@ -33,6 +33,12 @@ NS_ASSUME_NONNULL_BEGIN
*/
- (void)tab_endAnimation;

/**
end animation to the section
特定分区结束动画,在所有分区都不存在动画,会自动置为结束动画状态
@param section 指定section
*/
- (void)tab_endAnimationWithSection:(NSInteger)section;

@end
Expand Down
4 changes: 2 additions & 2 deletions TABAnimated.podspec
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|

#tag方式:填tag名称
#commit方式:填commit的id
s.version = "2.0.6"
s.version = "2.0.7"

#库的简介
s.summary = "TABAnimated是一个ios平台上的网络过渡动画(骨架屏)的封装"
Expand All @@ -27,7 +27,7 @@ Pod::Spec.new do |s|
s.platform = :ios, "8.0"

#库的地址
s.source = { :git => "https://github.com/tigerAndBull/LoadAnimatedDemo-ios.git", :tag => "2.0.6.1" }
s.source = { :git => "https://github.com/tigerAndBull/LoadAnimatedDemo-ios.git", :tag => "2.0.7" }
# s.source = { :git => "https://github.com/tigerAndBull/LoadAnimatedDemo-ios.git", :commit => "e05513581c80a7c899e65de48e8fe474a64734eb" }

s.source_files = "AnimatedDemo/AnimatedDemo/TABAnimated/**/*.{h,m}"
Expand Down

0 comments on commit bbf7541

Please sign in to comment.