Skip to content

MemoryLeak  #164

@mazzharr

Description

@mazzharr

On which platform does the issue happen?

E.g. iOS15

Are you using Cocoapods?

Yes, Updated version

Which version of Xcode are you using?

Xcode 14

What did you do?

I am getting memory leak in WSTagsFields init
layerBoundsObserver = self.observe(.layer.bounds, options: [.old, .new]) { [weak self] sender, change in
guard change.oldValue?.size.width != change.newValue?.size.width else {
return
}
self?.repositionViews()
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions