Skip to content

Commit

Permalink
1.4.4
Browse files Browse the repository at this point in the history
release
  • Loading branch information
yulingtianxia committed Oct 1, 2016
1 parent 8776794 commit 1c018f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![Platform](https://img.shields.io/cocoapods/p/TBActionSheet.svg?style=flat)](http://cocoapods.org/pods/TBActionSheet)


TBActionSheet is a small library that allows you to substitute Apple's uncustomizable `UIActionSheet`, with a beautiful and totally customizable actionsheet that you can use in your iOS app. The default style is iOS9, you can make your own style. Enjoy!
TBActionSheet is a small library that allows you to substitute Apple's uncustomizable `UIActionSheet`, with a beautiful and totally customizable actionsheet that you can use in your iOS app. The default style is iOS9/10, you can make your own style. Enjoy!

Here is a gif showing TBActionSheet's powerful individuation:

Expand All @@ -17,7 +17,7 @@ You can add buttons on it dynamically:

![](images/addButton.gif)

This is the iOS9 style of `TBActionSheet` running on iOS7&iPhone 4s:
This is the iOS9/10 style of `TBActionSheet` running on iOS7&iPhone 4s:

![](images/iPhone4s.jpg)

Expand Down
6 changes: 3 additions & 3 deletions TBActionSheet.podspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Pod::Spec.new do |s|
s.name = "TBActionSheet"
s.version = "1.4.3"
s.version = "1.4.4"
s.summary = "A Custom&Magical ActionSheet."
s.description = <<-DESC
TBActionSheet is a small library that allows you to substitute Apple's uncustomizable UIActionSheet, with a beautiful and totally customizable actionsheet that you can use in your iOS app. The default style is iOS9, you can make your own style. Enjoy!
TBActionSheet is a small library that allows you to substitute Apple's uncustomizable UIActionSheet, with a beautiful and totally customizable actionsheet that you can use in your iOS app. The default style is iOS9/10, you can make your own style. Enjoy!
If you want your UIAlertController to be compatible with iOS7(even lower), you can just replace your UIAlertController with TBAlertController
DESC
s.homepage = "https://github.com/yulingtianxia/TBActionSheet"
Expand All @@ -19,4 +19,4 @@ s.requires_arc = true
s.source_files = "Source/**/*.{h,m}"
s.frameworks = 'Foundation', 'UIKit'

end
end

0 comments on commit 1c018f7

Please sign in to comment.