You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have no idea why this occurs and hence want to share it here in case someone understands why it happens.
Basically, whenever the alert is initialised with showCloseButton = false in its appearance there is a memory leak. To test it, you can replace line 65 in ViewController.swift with showCloseButton: false. Then, profile with instruments and check for leaks after clicking on "Show edit".
Any ideas on why this occurs/how to fix this are greatly appreciated.
@vikmeup would be cool if you could look into this.
The text was updated successfully, but these errors were encountered:
I have no idea why this occurs and hence want to share it here in case someone understands why it happens.
Basically, whenever the alert is initialised with
showCloseButton = false
in its appearance there is a memory leak. To test it, you can replace line 65 inViewController.swift
withshowCloseButton: false
. Then, profile with instruments and check for leaks after clicking on "Show edit".Any ideas on why this occurs/how to fix this are greatly appreciated.
@vikmeup would be cool if you could look into this.
The text was updated successfully, but these errors were encountered: