Very new to xcode. I am working on with a table that when you tap it, will go to a more detailed screen. There are no errors in my build. The simulator loads ok and the app runs but there is nothing in the fields. Any help would be appreciated. I’ll edit this soon for the zip file if anyone needs it.
Share
You would have to show some code. There are a million examples of this, but most likely candidates are that in your cellForRowAtIndexPath, you are not populating the controls with values from your data. The simplest example of this would be:
That should do it.