Ivan Smolin
ced7c1703f
Merge pull request 'make DimmedView init public' ( #5 ) from feature/dimmed_view_public_init into master
...
Reviewed-on: #5
2023-07-26 13:59:02 +03:00
Ivan Smolin
36be7f0f25
make DimmedView init public
2023-07-26 13:58:13 +03:00
Ivan Smolin
b8f07ab26b
Merge pull request 'update source url of podspec' ( #4 ) from update_podspec_source_url into master
...
Reviewed-on: #4
2023-07-25 16:54:41 +03:00
Ivan Smolin
1c47459734
update source url of podspec
2023-07-25 16:53:39 +03:00
Ivan Smolin
be82eddb52
Merge pull request 'fix merge issues' ( #3 ) from fix_merge into master
...
Reviewed-on: TouchInstinct/TIPanModal#3
2023-07-25 16:19:01 +03:00
Ivan Smolin
73c00b4563
fix merge issues
2023-07-25 16:17:51 +03:00
Ivan Smolin
8ac7096ec9
Merge pull request 'feature/minimize_pan_modal_changes' ( #2 ) from feature/minimize_pan_modal_changes into master
...
Reviewed-on: TouchInstinct/TIPanModal#2
2023-07-25 15:40:33 +03:00
Ivan Smolin
0c3ed5a2ef
update source urls
2023-07-25 15:38:31 +03:00
Ivan Smolin
eaf349654d
Merge branch 'master' into feature/minimize_pan_modal_changes
2023-07-25 15:36:33 +03:00
Ivan Smolin
83d4b7024c
Add mediumForm and open DimmedView customization
2023-07-25 14:30:56 +03:00
Nikita Semenov
871fc46020
Merge pull request 'feat: detents api' ( #1 ) from feature/detents_api into master
...
Reviewed-on: TouchInstinct/TIPanModal#1
2023-07-09 10:58:44 +03:00
Nikita Semenov
d28aab13a6
feat: detents api
2023-07-09 10:57:15 +03:00
Jordan Pichler
b2f5bd7d16
Add completion block to present function ( #94 )
2020-04-21 11:16:30 -07:00
Tosin Afolabi
b012aecb6b
bump version number.
2020-03-30 12:33:24 -07:00
Stephen Sowole
22b4ddd47e
[PanModal] Track all dismiss events through panModalPresentable callbacks ( #91 )
2020-03-25 00:34:58 -07:00
Stephen Sowole
17a8231f20
Update README.md
2020-03-24 17:10:08 -07:00
Stephen Sowole
1819113e97
[ReadMe] Add link to Swift Package Manager
2020-02-27 09:10:21 -08:00
Stephen Sowole
208640e03e
[PanModal] Round frame positions for comparison ( #83 )
2020-02-24 15:20:26 -08:00
Stephen Sowole
f02439dc0c
[PanModal] Fix issue with incorrect returned bottom offset value ( #84 )
2020-02-24 15:20:14 -08:00
Kyohei Ito
047415090a
Fix Background dimming animation broken ( #77 )
2020-02-24 14:02:45 -08:00
Abdullah Selek
1e7c0534fc
Use keyPath to read UIApplication.shared. ( #81 )
2020-02-12 13:02:33 -06:00
Tosin Afolabi
7f07cdff27
Initial SPM Support
2019-11-11 10:52:18 -08:00
Nikita Nikitsky
45f8dfcf19
Add support for Swift Package Manager ( #55 )
2019-11-11 10:49:59 -08:00
Tosin Afolabi
5d2b0977bd
Swift 5.0 Support
2019-11-11 10:26:03 -08:00
Simonas Daniliauskas
a792f46e3d
Add customizable drag indicator background color ( #62 )
...
* Add ability to customize drag indicator background color
* Add default dragIndicatorBackgroundColor test
* update PR according to comments
2019-10-28 12:57:36 -07:00
Guillian Balisi
d6b4ba3d05
Make PanModalPresentationController subclassable ( #60 )
2019-10-22 11:10:43 -07:00
Scott Campbell
5c1d8c49a7
Add allowTapToDismiss to PanModalPresentable ( #58 )
2019-10-09 13:06:51 -07:00
Stephen Sowole
af264ebb0d
[PanModal] Fix `handleScrollViewTopBounce` calls ( #56 )
...
* [PanModal] Fix calls to handleScrollViewTopBounce if scrollView is not decelerating
* [PanModal] Replace `setContentOffset` with more generic `performUpdates`
* [PanModal] Add appropriate comments
2019-10-09 13:06:12 -07:00
Santos
9d73db3919
PanModal Portrait to Landscape Issue ( #53 )
...
* Fix issue where transitioning from portrait to landscape would cause a PanModal's view to disappear if its height was short
* improve transitioning to landscape fix
2019-10-04 11:45:16 -07:00
Nikita Nikitsky
6b1edd1dfb
Added the ability to select a color for the background of the pan modal container ( #54 )
2019-10-01 15:53:39 -07:00
Stephen Sowole
9134d20032
[PanModal] Fix unbalanced calls to appearance ( #52 )
...
* [PanModal] Use init instead of viewDidLoad in NavigationController
* [PanModal] Remove unbalanced calls to viewWillAppear/viewWillDisappear
2019-09-30 14:02:59 -07:00
Shohei Yokoyama
0c6f9ff040
Notify delegate method after the pan modal is dismissed ( #44 )
...
* Notify delegate method after the pan modal is dismissed
* Rename panModalDismissCompleted panModalDidDismiss
2019-09-22 15:25:41 -07:00
liang
12ac36646f
Update README.md ( #43 )
...
Add summary and blog post link
2019-08-23 10:40:20 -07:00
Tosin Afolabi
f9fedcb597
Further fix for horizontal sliding + version bump
2019-06-12 20:50:49 -07:00
Tosin Afolabi
4206308afd
Version Bump to 1.2.3
2019-06-08 13:56:00 -07:00
Tosin Afolabi
0234d82979
Fix Horizonal Sliding Issues by only recogizing simultaneous gestures if the other gesture its the pan gesture ( #32 )
2019-06-08 13:52:59 -07:00
Giulio
b0fb9e7eed
Improve Swift syntax ( #25 )
...
* Replace init-ializable struct with enums
* Add AnyObject requirement to protocols
* Hide init?(coder aDecoder: NSCoder) func
* Improve Swift syntax
* Revert "Replace init-ializable struct with enums"
This reverts commit 1be2e8c23cfc75959d7fd1c90028d1a7a257b7d1.
2019-05-17 11:42:21 -05:00
tun57
a9edeb1d71
Update "Full Screen" mode in Sample App
2019-05-11 18:38:12 -07:00
tun57
b8f7e613ec
Update PanModalTests.swift
2019-05-11 18:34:10 -07:00
tun57
8a662e829b
Update PanModalPresentationAnimator.swift
2019-05-11 18:34:04 -07:00
tun57
0b2152f878
Set default transition values on PanModalPresentable
2019-05-11 18:32:07 -07:00
tun57
13251e1db7
Update PanModalAnimator.swift
2019-05-11 18:31:26 -07:00
tun57
da4c94e47e
Remove redundant public accessors
2019-05-11 18:30:53 -07:00
tun57
0d999396a5
Add transitionDuration & transitionAnimationOptions to PanModalPresentatable
2019-05-11 18:29:19 -07:00
tun57
8e39823698
Default PanModalPresenter to internal
2019-05-11 18:26:20 -07:00
Stephen Sowole
457ebaed94
Add "Full Screen" mode to Sample app
2019-05-09 15:49:05 -07:00
Stephen Sowole
32e4a6fa24
No need to dismiss during size class change
2019-05-09 15:20:27 -07:00
Stephen Sowole
2736468072
Update UserGroupViewController.swift
2019-05-07 11:38:05 -07:00
Stephen Sowole
c76ae09bc9
Update SampleViewController.swift
2019-05-02 16:47:02 -07:00
Stephen Sowole
12d6380d07
Add FullScreenViewController
2019-05-02 16:46:55 -07:00