Skip to content

Releases: Kofktu/KUIPopOver

Support Swift 5.0

22 Aug 01:09
Compare
Choose a tag to compare
1.2.0

Support Swift 5.0

Modify showPopoverWithNavigationController method name

26 Jan 01:20
Compare
Choose a tag to compare

PR-17 Modify showPopoverWithNavigationController method name @cozzin

Add ShowCompletion

18 Apr 14:27
Compare
Choose a tag to compare

ISSUE-8

Add showPopover completion

UIView

public func showPopover(sourceView: UIView, sourceRect: CGRect?, completion: ShowPopoverCompletion?)
public func showPopover(barButtonItem: UIBarButtonItem, completion: ShowPopoverCompletion?)

UIViewController

public func showPopover(sourceView: UIView, sourceRect: CGRect?, completion: ShowPopoverCompletion?)
public func showPopover(withNavigationController sourceView: UIView, sourceRect: CGRect?, completion: ShowPopoverCompletion?)
public func showPopover(barButtonItem: UIBarButtonItem, completion: ShowPopoverCompletion?)
public func showPopover(withNavigationController barButtonItem: UIBarButtonItem, completion: ShowPopoverCompletion?)

Support dismissPopover completion

30 Nov 05:22
Compare
Choose a tag to compare
public func dismissPopover(animated: Bool, completion: DismissPopoverCompletion? = nil)

1.0.2

05 Nov 13:13
Compare
Choose a tag to compare
  • Bug fix: Add to backgroundColor property in KUIPopOverUsable (#4)

1.0.1

05 Nov 11:57
Compare
Choose a tag to compare
  • Popover will be Form Sheet in landscape on Plus-size iPhones (#3, @mshibanami)
  • add popOverBackgroundColor property (#4)
  • sourceRect nullable (#5)

Migrate to Swift4

27 Sep 04:35
Compare
Choose a tag to compare
1.0.0

no message

Add to UIPopoverArrowDirection.none

09 Sep 04:48
Compare
Choose a tag to compare

Support UIPopoverArrow Hidden

var arrowDirection: UIPopoverArrowDirection {
    return .none
}

Support dismissPopover function

06 Sep 02:39
Compare
Choose a tag to compare

Support dismissPopover function

public func dismissPopover(animated: Bool)

Add arrowDirection property

06 Sep 03:17
Compare
Choose a tag to compare
0.0.2

no message