-
Notifications
You must be signed in to change notification settings - Fork 139
Open
Description
I got this message. It is possible that the app will crash. With this solution * DispatchQueue.main.async {}
(in line 489 of the PullUpController.swift), the message will disappear.
Kind Regards,
Ton Driessen
DispatchQueue.main.async {
if animated {
pullUpController.pullUpControllerAnimate(
action: .add,
withDuration: 0.3,
animations: { [weak self] in
self?.view.layoutIfNeeded()
},
completion: { didComplete in
pullUpController.didMove(toParent: self)
completion?(didComplete)
}
)
} else {
self.view.layoutIfNeeded()
pullUpController.didMove(toParent: self)
completion?(true)
}
}
}
Metadata
Metadata
Assignees
Labels
No labels