Skip to content

Releases: hectormatos2011/iOSContextualMenu

iPad Rotation Bug

14 May 21:00
Compare
Choose a tag to compare

This release addresses an issue where the contextual menu items are rotated weirdly when the user is on any rotation other than UIInterfaceOrientationPortrait.

Index Positioning Bug

29 Apr 01:18
Compare
Choose a tag to compare

This release addresses an issue where, if there is a complete circle of menu items, and the user activates it through long press, the last menu item will unhighlight prematurely when switching from the last menu item to the first menu item.

Fixes Tap Activation Positioning in Complicated View Hierarchies

23 Apr 22:05
Compare
Choose a tag to compare

This version is recommended for update.

In this version, I fix a bug that occurs when adding a contextual menu to any view that is a part of a complicated view hierarchy where when activating it through the tap option, the menu would pop up in the top left corner of the screen.

Also, I added a flag for developers to see if the contextual menu is showing.

I also added a delegate method the developer can use to take action on anything upon presentation or dismissal of the contextual menu. These methods are called contextualMenuActivated and contextualMenuDismissed:.

First Official Release

21 Apr 23:24
Compare
Choose a tag to compare

There be dragons in this space.