zkfpk6

Results 3 issues of zkfpk6

(当modalPresentationStyle为UIModalPresentationOverFullScreen时) 问题出在第473行, if (self.topViewController.presentingViewController) { return; } 应改为 if (self.topViewController.presentedViewController) { return; } 请作者有空修复一下

First sorry for my bad English. Here is my code: ` @objc func hero_setPushAnimationType() { self.hero.modalAnimationType = .selectBy(presenting: .push(direction: .left), dismissing: .push(direction: .right)) self.hero.isEnabled = true } @objc func enableSwipeBackWhenPresent(WithFinishDismissBlock...

question
discussion

when reaching max line, the textview changed its height to min line height. In NextGroingTextView.swift, line 409: `containerSize = CGSize(width: actualTextViewSize.width, height: state.resolvedMinHeight)` should be `containerSize = CGSize(width: actualTextViewSize.width, height:...