Questions tagged [ios-mvc]

Tag corresponding MVC related questions in iOS development.

2 questions
1
vote
1 answer

Charts update chart in realtime - data recorded on one VC and charted in another

I have a tabbed app that starts recording on one tab, and plots the mic levels on another tab. In the first VC, I'm gathering mic levels and storing them in an array in the model. I'm using another method in the model to update the data, and I'm…
froggomad
  • 1,747
  • 2
  • 17
  • 40
0
votes
2 answers

Updating uiTableViewCell from data model after intial load

I'm very beginner in iOS development, so this problem may look trivial. I searched and could not find any questions about this problem. But I wonder what is correct approach of updating custom cells of a UITableView when you change your data model…
Afshin
  • 8,839
  • 1
  • 18
  • 53