Continued with the implementation of data sending today. We were gonna have both the client and the server in the same class, which was not what we have done before. What we did before was to have the server in one project, and the client in another. This made things a little confusing for us at first.
We did some careful port over of the codes, separating them under client and server pragma marks. Once that was done, we only had to do some debugging here and there to get the data sending to work.
We then worked on the loading of the models on the client side after the server has selected a model. We then met with the issue of our cells in the table view not being loaded fully before our method to retrieve the model to be downloaded was called.
Then Kevin came in and told us to work in another direction, which is to not show the table view at all and do the downloading in the background, minimizing the amount of user interaction required. Gonna have to get that done on Monday.
No comments:
Post a Comment