I'm trying to make app like Instagram and I'm stuck on feed screen.
I made comment part as UITableView. So I have UITableView in my UITableView's custom cell class. Thats ok.
My question is: How can I change main feed table view's height from my custom table view cell class?
Comment table view's row height is dynamically changing according to text(length) inside of it. Dynamic variable is comment table view's height that I plan to use.
Note: I cannot share any code because it is confidential project for our company.
Cheers