-
-
Notifications
You must be signed in to change notification settings - Fork 226
Open
Description
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()
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels