iOS Display and Submit Comments
Fullstack Social iOS NodeJS REST
For this lesson, all that's left for the post details page is to display and enter comments from the iOS application. This exercise is relatively simple since all we need is to fetch the comments from our server and decode the JSON objects properly. At the end of this lesson, I'll quickly introduce an input accessory view that allows you to punch in comments. Please download the source code project for more details.

Comments (1)
gerkov77
2 years ago
Hey Brian! At this point (not sure at which lesson this started)I have a serious bug in the UserPostCells, as only some images are loading in postImageViews. More precisely, only one image loads among the posts. (profileImageViews are fine). I have debugged the posts' imageUrl, they are valid, showing up in the browser when I copy their url from the debugger. The web app loads all images though. The problem is only in the iOS part. I have copied your code for the iOS project, so I am using postImageView.sd_loadImage() in the item didSet observer. Only the Image is not loading, except for the last cell. Maybe it is the SDWebimage bug with newer Xcode versions? I am using M1 macbook pro since January. Any ideas? Thanks, Greg
gerkov77
2 years ago
Okm finally after weeks of desperation I solved the problem! In case anyone else faced the same, here's how: Simply ran ```pod update``` That'a it. Works! Happy!
BrianVoongLBTA
2 years ago
gerkov77
2 years ago
Haha, yeah this baby is amazing. I am really curious how the next release gonna look like too! So far I have no problem, which couldn't be solved by now.
HELP & SUPPORT