Skip to content

Releases: HeathWang/HWPanModal

bug fix

12 May 07:43
Compare
Choose a tag to compare

fix when there is fewer cell cause tableview can not scroll

improve code

07 May 03:28
Compare
Choose a tag to compare

improve code
Adapt iOS11 api

new feature-dynamic update ui config

24 Apr 10:32
Compare
Choose a tag to compare
0.7.1

update PanModalContentView for dynamic update UI

Now we can config animate or not

27 Dec 09:20
Compare
Choose a tag to compare

Add two api:


- (void)hw_panModalTransitionTo:(PresentationState)state NS_SWIFT_NAME(panModalTransitionTo(state:));

- (void)hw_panModalTransitionTo:(PresentationState)state animated:(BOOL)animated NS_SWIFT_NAME(panModalTransitionTo(state:animated:));

- (void)hw_panModalSetContentOffset:(CGPoint)offset NS_SWIFT_NAME(panModalSetContentOffset(offset:));

- (void)hw_panModalSetContentOffset:(CGPoint)offset animated:(BOOL)animated NS_SWIFT_NAME(panModalSetContentOffset(offset:animated:));

Issue fix

06 Dec 05:44
Compare
Choose a tag to compare

Issue fix

Now we can config dismiss duration

13 Nov 08:26
Compare
Choose a tag to compare

add new api - (NSTimeInterval)dismissalDuration;

Daily bug fix.

06 Nov 12:00
Compare
Choose a tag to compare

Daily bug fix.
small changed.

Add dismidss func for contentView

29 Oct 10:33
Compare
Choose a tag to compare
0.6.3

refactor: update podspec

Touch event passing through container view

28 Oct 07:34
Compare
Choose a tag to compare

Code refine and fix issue for HWPanModalContainerView

Add config shadow for presented view

24 Oct 05:39
Compare
Choose a tag to compare
  1. Add config shadow for presented view
  2. Bug fix and method name changed.