Re: NSAlert boxes ...
Sandor Szatmari
The MRR rules are straight forward and deviating from them because the runloop may retain the alert is asking for trouble in my opinion. There is no harm in taking ownership of the alert and releasing/autoreleasing it. I would argue that doing so ensures that any changes in SDK/runtime behavior don’t adversely affect your product.
toggle quoted message
Show quoted text
Sandor On Feb 16, 2020, at 19:26, Peter Hudson via Groups.Io <Peter.hudson@...> wrote:
|
|