Quote:
Originally Posted by tateyaku
I have found the answer! It may be a simple fix, or something that shouldn't have happened in the first place, but we all must start somewhere, and this is where I started, hehe.
I took the entire code out of the viewDidLoad method and placed it into viewWillAppear. This is probably a bad idea in itself, but for now the app works.
Any advice? Any thing to make my app work better/more efficient would be greatly appreciated 
|
It's not a bad idea at all. viewDidLoad might only get called once during the whole run of your app. It's definitely not where you should be setting values based on table selections.