Xcode – How to make auto resizing header view in tableview swift?
I just dropped a view inside my table view, the view is containing images and labels. But Label content is dynamic and don't wanna crop it instead I want to increase the height of the view as per need. But…