I am trying to load dynamic tips in the form of container views. I almost got it to work, except that there is an offset in the subtitles that I can't seem to get rid of (cf the pink look in the pictures below).

From debug view hierarchy:

As you can see in the 2nd picture, the container frame is correctly positioned, while the subtitle for some reason does not work.
I do not know what happens with autorun.
Here is the code related to loading nib and assigning it as a subview:

The commented code is all that I tried to make it work, without success. I thought that autostart would work on its own if I didn't do anything, but by default it loads the thread without changing its size.
This means that the lead and top anchors are correct, however the thread then uses the full size ... (cf figure below)

So the question is, what do I need to do to load the tip and make it suitable for viewing the container?
source share