BastiaanJansen/toast-swift

Will strong references to "view" lead to memory leaks?

Opened this issue · 0 comments

what I read your code at "ToastConfiguration.swift" and did find this:

public struct ToastConfiguration {
...
    public let view: UIView?

I'm not sure it will make memory at some condition.....