I have a very simple subclass of UITextView that adds the "Placeholder" functionality that you can find native to the Text Field object. Here is my code for the su
I find the reason is your xib is not the same size as the design in storyboard. Make sure the xib has the same height and width.