Skip to content

Releases: CaliCastle/PopMenu

v2.1.2

Choose a tag to compare

@CaliCastle CaliCastle released this 05 Jan 20:14
90c75c0
  • Fixed unwanted carryover selection highlight state #19
  • Added dedicated toggle for whether to use PopMenuManager or PopMenuViewController to present menus

v2.1.1

Choose a tag to compare

@CaliCastle CaliCastle released this 03 Sep 23:34

Fixed:

  • Content is now scrollable when there's more than 6 actions (customizable) #10
  • Each action's icon image width height sizing is now configurable, #9
  • Each action's icon image is now customizable to set different rendering mode (.alwaysOriginal, .alwaysTemplate), #8
  • Fixed incorrect views rendering when device orientation changes, thanks to @shaun Farrel

v2.1.0

Choose a tag to compare

@CaliCastle CaliCastle released this 03 Sep 23:29

Fixed:

  • Content is now scrollable when there's more than 6 actions (customizable) #10
  • Each action's icon image width height sizing is now configurable, #9
  • Each action's icon image is now customizable to set different rendering mode (.alwaysOriginal, .alwaysTemplate), #8
  • Fixed incorrect views rendering when device orientation changes, thanks to @shaun Farrel

v2.0.0

Choose a tag to compare

@CaliCastle CaliCastle released this 08 Jun 06:23

Added support for: Xcode 10 and Swift 4.2

v1.1.2

Choose a tag to compare

@CaliCastle CaliCastle released this 25 Apr 21:38

New Feature:

  • Added separator style to PopMenuAppearance

v1.1.1

Choose a tag to compare

@CaliCastle CaliCastle released this 25 Apr 04:23
  • Bump CocoaPods version to v1.1.1 (fix incorrect pod source)

v1.1.0

Choose a tag to compare

@CaliCastle CaliCastle released this 24 Apr 22:36

Changelog:

  • Removed the process of setting barButtonItem manually
  • Add shouldEnableHaptics option for PopMenuViewController
  • Change library module name to PopMenu, instead of NewPopMenu for CocoaPods
  • Rename handler to didSelect for each action
  • Rename dismissalHandler to didDismiss

v1.0.2

Choose a tag to compare

@CaliCastle CaliCastle released this 17 Apr 23:03

Changes:

  • Fixed calling manager.addAction() will crash
  • Speed up dismissal duration from 0.143s to 0.098s
  • Added dismissalHandler for PopMenuViewController
  • Added handler for each action when initializing

v1.0.1

Choose a tag to compare

@CaliCastle CaliCastle released this 17 Apr 09:35

First stable release

v1.0.0

Choose a tag to compare

@CaliCastle CaliCastle released this 17 Apr 09:13
2334398

First release of PopMenu! ๐ŸŽ‰๐Ÿ™Œ๐Ÿป