Skip to content

Releases: yulingtianxia/TBActionSheet

Insert a custom view at anywhere (New Feature!)

10 Jun 14:43
Compare
Choose a tag to compare

Fix Bugs About Colorful Button.

05 Apr 13:59
Compare
Choose a tag to compare

Buttons can have its own (highlight) colors.

Update Blur Effect on iOS 10

25 Nov 08:28
Compare
Choose a tag to compare
  1. Use UIVisualEffectView on iOS 10
  2. Update README

Updated for iOS 11

22 Sep 08:41
Compare
Choose a tag to compare

Must build with Xcode 9 or higher.

Scroll enabled.

30 May 11:22
Compare
Choose a tag to compare
  1. Bug fix : #23
  2. You can scroll the whole action sheet when size of screen is not large enough.

Bug fixed

21 Apr 02:50
Compare
Choose a tag to compare

TBActionSheet 消失之后,创建的window没有销毁 #20

Circular Reference Fixed.

12 Mar 05:58
Compare
Choose a tag to compare

This is an important update!

Add `close` and `dismiss` funtions

10 Mar 12:34
Compare
Choose a tag to compare
1.5.1

add dismiss and close method

Make `TBActionButton` objects editable!

18 Feb 06:11
Compare
Choose a tag to compare

You can obtain buttons by calling - buttonAtIndex: method of TBActionSheet class. TBActionButton let you make your TBActionSheet GREAT AGAIN!

Change framework deployment target version

08 Feb 06:55
Compare
Choose a tag to compare

Change framework deployment target version from iOS 9.2 to iOS 8.0.