Paul

Results 18 issues of Paul

In the module file, should the `lazy var presenter` and `view` have `[unowned self]` or `[weak self]`? e.g. ` . private(set) lazy var presenter: MyFormMoverPresenter = { [unowned self] in...

Could the example project be updated with a use case for modules in UINavigationControllers and UITabBarControllers? Also, will you be doing a Swift 4.2 update?

bug

What do you recommend doing when you cannot extend ViperFragment or ViperActivity? Let's say I have a custom view that already extends DialogFragment, what's the approach to rigging up /...

I can't get the cocoapod to compile with a Swift project. Is the podspec out of date?

Should the view in the presenter be a weak var?

enhancement

use_frameworks! pod 'CEMKit-Swift' in my project produces 15 issues with latest Swift language and Xcode.

```swift $0.dismissal.mode = .none ``` When setting this mode, the popover will always stick around even when the presenting parent view disappears. Is this as intended?

Is there a way to expose a polling mechanism as opposed to the blocking process you have right now? Related to this post: https://stackoverflow.com/questions/62376239/rust-tokio-infinite-loop-for-multiple-buttons-listening

enhancement
help wanted

I can't get any of the samples to work with Swift 5. Can't connect to an iPhone X via bluetooth settings and the apps just say: "Discovery will not start:...

Advise branches for Swift 2.3 and 3.0