Commit Graph

  • b2f5bd7d16 Add completion block to present function (#94) master Jordan Pichler 2020-04-21 20:16:30 +02:00
  • b012aecb6b bump version number. 1.2.7 Tosin Afolabi 2020-03-30 12:33:24 -07:00
  • 22b4ddd47e [PanModal] Track all dismiss events through panModalPresentable callbacks (#91) Stephen Sowole 2020-03-25 00:34:58 -07:00
  • 17a8231f20 Update README.md Stephen Sowole 2020-03-24 17:10:08 -07:00
  • 1819113e97 [ReadMe] Add link to Swift Package Manager Stephen Sowole 2020-02-27 09:10:21 -08:00
  • 208640e03e [PanModal] Round frame positions for comparison (#83) Stephen Sowole 2020-02-24 15:20:26 -08:00
  • f02439dc0c [PanModal] Fix issue with incorrect returned bottom offset value (#84) Stephen Sowole 2020-02-24 15:20:14 -08:00
  • 047415090a Fix Background dimming animation broken (#77) Kyohei Ito 2020-02-25 07:02:45 +09:00
  • 1e7c0534fc Use keyPath to read UIApplication.shared. (#81) Abdullah Selek 2020-02-12 19:02:33 +00:00
  • 7f07cdff27 Initial SPM Support 1.2.6 Tosin Afolabi 2019-11-11 10:52:18 -08:00
  • 45f8dfcf19 Add support for Swift Package Manager (#55) Nikita Nikitsky 2019-11-11 22:49:59 +04:00
  • 5d2b0977bd Swift 5.0 Support 1.2.5 Tosin Afolabi 2019-11-11 10:26:03 -08:00
  • a792f46e3d Add customizable drag indicator background color (#62) swift4.2 Simonas Daniliauskas 2019-10-28 21:57:36 +02:00
  • d6b4ba3d05 Make PanModalPresentationController subclassable (#60) Guillian Balisi 2019-10-22 14:10:43 -04:00
  • 5c1d8c49a7 Add allowTapToDismiss to PanModalPresentable (#58) Scott Campbell 2019-10-09 16:06:51 -04:00
  • af264ebb0d [PanModal] Fix handleScrollViewTopBounce calls (#56) Stephen Sowole 2019-10-09 13:06:12 -07:00
  • 9d73db3919 PanModal Portrait to Landscape Issue (#53) Santos 2019-10-04 14:45:16 -04:00
  • 6b1edd1dfb Added the ability to select a color for the background of the pan modal container (#54) Nikita Nikitsky 2019-10-02 02:53:39 +04:00
  • 9134d20032 [PanModal] Fix unbalanced calls to appearance (#52) Stephen Sowole 2019-09-30 14:02:59 -07:00
  • 0c6f9ff040 Notify delegate method after the pan modal is dismissed (#44) Shohei Yokoyama 2019-09-23 07:25:41 +09:00
  • 12ac36646f Update README.md (#43) liang 2019-08-23 10:40:20 -07:00
  • f9fedcb597 Further fix for horizontal sliding + version bump 1.2.4 Tosin Afolabi 2019-06-12 20:50:49 -07:00
  • 4206308afd Version Bump to 1.2.3 1.2.3 Tosin Afolabi 2019-06-08 13:56:00 -07:00
  • 0234d82979 Fix Horizonal Sliding Issues by only recogizing simultaneous gestures if the other gesture its the pan gesture (#32) Tosin Afolabi 2019-06-08 13:52:59 -07:00
  • b0fb9e7eed Improve Swift syntax (#25) Giulio 2019-05-17 18:42:21 +02:00
  • a9edeb1d71 Update "Full Screen" mode in Sample App tun57 2019-05-11 18:38:12 -07:00
  • b8f7e613ec Update PanModalTests.swift tun57 2019-05-11 18:34:10 -07:00
  • 8a662e829b Update PanModalPresentationAnimator.swift tun57 2019-05-11 18:34:04 -07:00
  • 0b2152f878 Set default transition values on PanModalPresentable tun57 2019-05-11 18:32:07 -07:00
  • 13251e1db7 Update PanModalAnimator.swift tun57 2019-05-11 18:31:26 -07:00
  • da4c94e47e Remove redundant public accessors tun57 2019-05-11 18:30:53 -07:00
  • 0d999396a5 Add transitionDuration & transitionAnimationOptions to PanModalPresentatable tun57 2019-05-11 18:29:19 -07:00
  • 8e39823698 Default PanModalPresenter to internal tun57 2019-05-11 18:26:20 -07:00
  • 457ebaed94 Add "Full Screen" mode to Sample app Stephen Sowole 2019-05-09 15:49:05 -07:00
  • 32e4a6fa24 No need to dismiss during size class change Stephen Sowole 2019-05-09 15:20:27 -07:00
  • 2736468072 Update UserGroupViewController.swift Stephen Sowole 2019-05-07 11:38:05 -07:00
  • c76ae09bc9 Update SampleViewController.swift Stephen Sowole 2019-05-02 16:47:02 -07:00
  • 12d6380d07 Add FullScreenViewController Stephen Sowole 2019-05-02 16:46:55 -07:00
  • 77c9f6f806 Group BasicViewController Stephen Sowole 2019-05-02 16:46:42 -07:00
  • 964d444ff6 Adding functionality for UIViewController appearance callback forwarding (#21) Rune Madsen 2019-04-23 20:27:37 -07:00
  • 9456969502 Limit when we adjust container view frame Stephen Sowole 2019-04-04 10:17:07 -07:00
  • 0750bd980e Update PanModalPresentationController.swift (#15) Stephen Sowole 2019-04-02 14:49:45 -07:00
  • 056351af4b Update PanModal.podspec 1.2.2 Tosin Afolabi 2019-04-02 07:17:25 -07:00
  • dab02d34c0 Correct some docs typos (#11) 1.2.1 Eude Lesperance 2019-03-24 22:58:33 -05:00
  • 96591ef52c Update PanModalPresentationController.swift Stephen Sowole 2019-03-22 14:10:06 -04:00
  • 1defbf2a47 Update PanModal.podspec 1.2 Tosin Afolabi 2019-03-20 14:09:32 -07:00
  • b58552279e Update PanModal.podspec Tosin Afolabi 2019-03-20 14:09:01 -07:00
  • ef7f00dab7 Replace isPanScrollEnabled with shouldRespond(to .. (#10) Stephen Sowole 2019-03-20 13:58:17 -07:00
  • d70dce231f Documentation nits. Stephen Sowole 2019-03-19 18:56:55 -07:00
  • 5baac6732e [Trivial] Exclude Info.plist from Compile Sources (#8) Abdurahim Jauzee 2019-03-18 18:47:12 +02:00
  • 1d8b218056 minor nits. Tosin Afolabi 2019-03-14 13:56:25 -07:00
  • ae78bd6f64 Minor nits. Tosin Afolabi 2019-03-14 13:56:15 -07:00
  • 2b3029333e Fix Tests Scheme. Tosin Afolabi 2019-03-14 13:48:38 -07:00
  • f71fa70302 Merge pull request #5 from Marcocanc/intrinsic-height Tosin Afolabi 2019-03-14 13:44:47 -07:00
  • 6438b952cc Merge pull request #6 from Marcocanc/corner-radius Tosin Afolabi 2019-03-14 13:43:55 -07:00
  • a7d7033ef0 nit Marco Cancellieri 2019-03-14 21:40:13 +01:00
  • 3f3124ae37 pr comment Marco Cancellieri 2019-03-14 21:38:02 +01:00
  • 0da0a44c4a pr comments Marco Cancellieri 2019-03-14 21:35:20 +01:00
  • 88dc3324f6 Merge pull request #4 from Marcocanc/status-bar-appearance Tosin Afolabi 2019-03-14 13:30:26 -07:00
  • d0b094292f Add configurable cornerRadius Marco Cancellieri 2019-03-14 19:19:07 +01:00
  • 15f39a1929 Update CONTRIBUTING.md Tosin Afolabi 2019-03-14 11:04:31 -07:00
  • f5379a1051 Merge pull request #2 from Marcocanc/carthage-deployment-target 1.0.5 Tosin Afolabi 2019-03-14 10:36:52 -07:00
  • 21bcb6f268 Add Intrinsic Height Marco Cancellieri 2019-03-14 18:03:25 +01:00
  • f7cb63caaa Add support for changing status bar appearance Marco Cancellieri 2019-03-14 16:16:38 +01:00
  • c83516694f Set Deployment Target to 10.0 Marco Cancellieri 2019-03-14 13:41:55 +01:00
  • d9f37de98c Update Scheme. 1.0.4 Tosin Afolabi 2019-03-13 16:00:53 -07:00
  • b1c2d82029 Progress on Carthage Support. 1.0.3 Tosin Afolabi 2019-03-13 15:54:44 -07:00
  • 68e21c3988 Add Project Scheme. Tosin Afolabi 2019-03-13 15:25:13 -07:00
  • a8408ebb80 Update podspec. 1.0.2 Tosin Afolabi 2019-03-13 15:02:48 -07:00
  • 714d1bf03f Update version number. Tosin Afolabi 2019-03-13 15:02:17 -07:00
  • 444b342748 Update swift version in Podspec. 1.0.0 Tosin Afolabi 2019-03-13 14:55:40 -07:00
  • 7b3c3d210c Update Podspec version 1.0.1 Tosin Afolabi 2019-03-13 14:46:42 -07:00
  • f58cda2863 update podspec. Tosin Afolabi 2019-03-13 14:42:09 -07:00
  • fefcd14c34 Update PULL_REQUEST_TEMPLATE.md 1.0 Stephen Sowole 2019-03-13 13:00:50 -07:00
  • 86b5bf662f Update README.md Stephen Sowole 2019-03-13 12:55:53 -07:00
  • fa5f1c11f1 Update ISSUE_TEMPLATE.md Stephen Sowole 2019-03-13 12:54:02 -07:00
  • 7d3a983197 Update PanModalTests.swift Stephen Sowole 2019-03-02 00:54:47 -08:00
  • a4b31f24c2 Update alertView. tun57 2019-03-02 00:47:21 -08:00
  • e916b998f3 Update README.md Stephen Sowole 2019-02-28 08:00:42 -08:00
  • 51e008cd1f Update README.md Stephen Sowole 2019-02-27 22:06:10 -08:00
  • 38a66cff14 Update README.md Stephen Sowole 2019-02-27 21:50:54 -08:00
  • 66ee7e07d9 Update README.md Stephen Sowole 2019-02-27 17:56:44 -08:00
  • f2a3fe3644 Update panModal.gif Stephen Sowole 2019-02-27 17:29:40 -08:00
  • 157ca22097 Update PULL_REQUEST_TEMPLATE.md Stephen Sowole 2019-02-27 02:49:54 -08:00
  • b213282596 Update PULL_REQUEST_TEMPLATE.md Stephen Sowole 2019-02-27 02:49:10 -08:00
  • 13f332d8f9 Initial commit Stephen Sowole 2019-02-27 02:42:26 -08:00