Yeah, prior to posting I stepped through the whole thing, on the second time into the view, the selectedClient is set properly, the code runs which assigns it's text value to the UITextField.text property, but it still shows the old value...
Can I PM you the .m file?
Quote:
Originally Posted by Oliver Drobnik
From what I can tell there can be several reasons for this behavior. Best would be to debug through the steps and see when your datasource is asked for the company name. it's possible that at the time of your calling of viewWillAppear the datasource still provides the old data.
If I could look at the code I could probably find the reason for this in 15 minutes or less.
|