Skip to content

Releases: HeathWang/HWPanModal

Now support use panModal with View

18 Oct 12:55
Compare
Choose a tag to compare

Support use panModal both UIViewController and UIView!

The new class HWPanModalContentView, you can use it easy like present Controller.

Touch event response can pass through to presenting VC

27 Sep 11:14
Compare
Choose a tag to compare
  1. Fix some bug and warning.
  2. New function: Touch event response can pass through to presenting VC. refer to api - (BOOL)allowsTouchEventsPassingThroughTransitionView

Bug fix

11 Sep 09:10
Compare
Choose a tag to compare

Fix some bugs:

  1. When present navigationController and the root vc has a tableView, fetch data and reload table, scroll tableView can not working.
  2. When support a custom presenting vc animation, pan to dismiss issue.

Change screen edge interactive working for full screen

11 Sep 03:07
Compare
Choose a tag to compare

I have changed UIScreenEdgePanGestureRecognizer to UIPanGestureRecognizer for making full screen edge interaction.
Default you can pan direction right to dismiss for full screen when you config - (BOOL)allowScreenEdgeInteractive return YES.

- (CGFloat)maxAllowedDistanceToLeftScreenEdgeForPanInteraction; to config the distance.

支持全屏侧滑返回手势。

Remove Dependency KVOController

10 Sep 08:10
Compare
Choose a tag to compare

Remove Dependency KVOController,
make this framework more flexible.

Update for customization presentingVC animation

09 Sep 07:41
Compare
Choose a tag to compare

use - (PresentingViewControllerAnimationStyle)presentingVCAnimationStyle; to config presentingVC animation.

0.3.6

05 Sep 03:34
Compare
Choose a tag to compare
  1. Fix When in iOS13 modalPresentationStyle not working bug.
  2. Add completion block to presentPanModal method.

Fix warning and publish

22 Aug 08:15
Compare
Choose a tag to compare

Fix The unbalanced calls to begin/end appearance transitions warning.
Now it is a stable version.