I'm trying to make an autolayout InfoWindow. Fixed views seem easy enough with a XIB e.g.
I'd like to automatically resize the view so the width and height are relative to the label size and potentially any other subviews that are added e.g. images.
I have tried this approach from SO without success, but will blame that on Fridayitis perhaps..