71 Commits
Author SHA1 Message Date
Ryan Nystrom 846252cc15 pin modal size to inset container 2019-10-09 12:41:09 -04:00
Bart Jochems 6bae31e2be Swift 5 support (#51)
* Swift 5 support

* Update tests and travis configuration

* Update swift version in podspec
2019-06-03 09:21:15 -07:00
Abdurahim Jauzee 03c33c46e0 Decrease minimum iOS version (#46)
* Decrease minium iOS version

Create ContextMenuHapticFeedbackStyle enumeration to mirror iOS UIImpactFeedbackGenerator.FeedbackStyle

* Rename ContextMenuHapticFeedbackStyle and put the enum inside an extension to match the common style

* Rename ContextMenuHapticFeedbackStyle to HapticFeedbackStyle

* Update the Example project

- Install newest Pod version
- Specify platform in the Podfile
- Unset development team
2019-01-05 13:48:47 -05:00
Ryan Nystrom 6840577716 convert center of sourceview to container 2018-12-16 11:50:06 -05:00
Ryan Nystrom ba56fa6e7b present from center of view with .centerX option 2018-12-16 08:46:43 -05:00
Ryan Nystrom ba476ab2a3 Add "center X" option to display (#45)
* add new param

* bump version and update examples

* add center x option
2018-12-02 13:47:19 -05:00
Ryan Nystrom 3804deeac5 Merge branch 'master' of github.com:GitHawkApp/ContextMenu 2018-12-02 12:59:00 -05:00
Cameron Mc Gorian d6757beba1 Run pod install on Example (#41) 2018-10-28 14:07:11 -04:00
Ryan Nystrom 93921110b1 bump version 0.4.0 0.4.0 2018-10-21 19:21:20 -04:00
Ryan Nystrom ff7a0ee4a3 Merge pull request #40 from kukushi/master
Respect child view controller's status bar style
2018-10-21 15:39:34 -04:00
kukushi 33fbfa8667 Respect child view controller's status bar style 2018-10-21 22:09:39 +08:00
Ryan Nystrom a6956a5027 Merge pull request #39 from GitHawkApp/integral-frame
Snap to pixels when laying out container
2018-10-18 19:34:47 -04:00
Ryan Nystrom ea4129160a Snap to pixels when laying out container 2018-10-17 17:59:24 -04:00
Ryan Nystrom 02030429e2 Merge pull request #37 from batjo/master
Swift 4.2
2018-10-17 10:42:47 -04:00
Bart Jochems 40dffce6e7 Swift 4.2 2018-10-09 12:01:54 +02:00
Ryan Nystrom 5caf267cde Merge pull request #35 from Jauzee/master
Set iOS 9 as min deployment target
2018-09-14 06:51:47 -04:00
Abdurahim Jauzee f0c56680f2 Remove sign identity from the target 2018-09-14 06:59:58 +03:00
Abdurahim Jauzee 003a04a476 Set deployment target to iOS 9 2018-09-14 06:59:38 +03:00
Ryan Nystrom 3186f54db5 Merge pull request #32 from GitHawkApp/bump-version
Bump pod version
0.3.0
2018-08-04 18:09:42 -04:00
Ryan Nystrom 06297df85f Bump pod version 2018-08-04 18:09:29 -04:00
Ryan Nystrom cc36499919 Merge pull request #31 from GitHawkApp/keyboard
Respond to keyboard presentation
2018-08-04 18:08:50 -04:00
Ryan Nystrom 0dadf7c8d7 Merge pull request #26 from GitHawkApp/corners-bug
Add corner math unit tests and make init private
2018-08-04 18:08:22 -04:00
Ryan Nystrom d30c57a5a8 Respond to keyboard presentation 2018-08-04 18:07:12 -04:00
Ryan Nystrom e7cf153f3c Merge pull request #28 from GitHawkApp/shadow-offset
Add shadow offset API and more noticeable defaults
2018-07-15 19:48:21 -04:00
Ryan Nystrom 95489cd2bf Add shadow offset API and more noticeable defaults 2018-07-15 19:48:04 -04:00
Ryan Nystrom 7bd9f9c408 Merge pull request #27 from pradeepb28/Feature/feedbackstyle_customization
Allow to use any feedback style
2018-07-09 14:22:28 -04:00
Pradeep 34f5b61af7 Allow to use any feedback style 2018-07-09 12:04:03 +05:30
Ryan Nystrom b5b8531fa3 make init of menu private 2018-05-28 15:01:34 -04:00
Ryan Nystrom 59b52e5217 add nil test 2018-05-28 14:03:55 -04:00
Ryan Nystrom 710cb18b83 passing corner tests 2018-05-28 14:01:45 -04:00
Ryan Nystrom 046d08e2c5 add no-padding test 2018-05-28 13:45:48 -04:00
Ryan Nystrom 97fc51eb1f add unit tests for corners 2018-05-28 13:44:01 -04:00
Ryan Nystrom 82fa81b1ab Merge pull request #24 from GitHawkApp/travis
Setup Travis CI
2018-04-22 15:37:21 -04:00
Ryan Nystrom 71d45111c5 use script 2018-04-22 14:45:16 -04:00
Ryan Nystrom 8a34ba3126 Setup Travis CI 2018-04-22 14:34:49 -04:00
Ryan Nystrom 93e467cef9 bump to version 0.2.0 0.2.0 2018-04-09 12:05:34 -04:00
Ryan Nystrom 188307e095 Merge pull request #19 from marcuswu0814/feature/AddingDelegateAsParamToHelperExtension
Adding delegate as an optional param to UIViewController extension
2018-03-17 23:07:52 -04:00
Marcus Wu dea9bfd210 Adding delegate as an option param to UIViewController extension 2018-03-18 06:00:10 +08:00
Ryan Nystrom bac5362e41 Merge pull request #17 from GitHawkApp/delegate
Add menu delegate for dismiss
2018-03-15 19:56:11 -04:00
Ryan Nystrom 4637d95787 docs 2018-03-15 19:55:38 -04:00
Ryan Nystrom bc9d777a2c add dismiss delegate 2018-03-15 19:54:19 -04:00
Ryan Nystrom 2c51957a05 Merge pull request #16 from GitHawkApp/reduce-motion
Ignore motion effect if reduce motion is turned on
2018-03-14 18:45:28 -04:00
Bas Broek 2e94b10a95 Ignore motion effect if reduce motion is turned on 2018-03-14 21:14:40 +01:00
Ryan Nystrom 93e12a4b16 Merge pull request #14 from kidap/add-carthage-support
Add carthage support
2018-03-13 22:56:01 -04:00
Karlo Pagtakhan 8572bf3969 Updated README.md to add carthage instructions 2018-03-13 10:12:56 -04:00
Karlo Pagtakhan 33b58dbbde Made schemes shared to support Carthage 2018-03-13 10:09:27 -04:00
Ryan Nystrom bf7cd281f7 Merge pull request #12 from wickwirew/feature/uiviewcontroller-extension
added view controller show extension
2018-03-11 23:18:41 -04:00
Wesley Wickwire 998ecaca42 added view controller show extension 2018-03-11 17:34:41 -04:00
Ryan Nystrom cf9de9be8c fixup version in spec 0.1.0 2018-03-11 15:18:00 -04:00
Ryan Nystrom 0eb302ad6c Merge branch 'master' of github.com:GitHawkApp/ContextMenu 2018-03-11 15:11:51 -04:00