Re: [swift-users] Class Variable delayed stored

2016-10-04 Thread jason bronson via swift-users
Thanks I'll need to find another method for handling the asynchronous delays. On Tuesday, October 4, 2016, Fritz Anderson <fri...@manoverboard.org> wrote: > On 3 Oct 2016, at 5:46 PM, jason bronson via swift-users < > swift-users@swift.org > <javascript:_e(%7B%7D,'cvml','

[swift-users] Class Variable delayed stored

2016-10-03 Thread jason bronson via swift-users
I have this class I wrote which stores the error messages from the firebaseauth if a error occurs. The problem is that the variable on first return is not set and on second return is. variable _errorMsg is empty on first return of method registerUser Why is it not storing the variable when it's