I have been working on learning xcode and apps since may or so, and I am working on one now that passes information through xml, and populates an IB file.
The root view is a table view, and when one thing is selected, everything works, but when I navigate back to that view and try to load another, the information has not been released.
I am basing this model of of a sample code I was learning from, and it had passed the information into another tableView, and called reloadData after it had been loaded in. This function however, does not work with UITextView, or UILabel view. How would I do this instead?
The IBOutlets are properties, nonatomic, assign.
Thanks
The root view is a table view, and when one thing is selected, everything works, but when I navigate back to that view and try to load another, the information has not been released.
I am basing this model of of a sample code I was learning from, and it had passed the information into another tableView, and called reloadData after it had been loaded in. This function however, does not work with UITextView, or UILabel view. How would I do this instead?
The IBOutlets are properties, nonatomic, assign.
Thanks