Simply adds tracking of self.textContainer.lineFragmentPadding. Line fragment padding defaults to 10.0 but in our app we set it to 0. This made our placeholder offset from our normal text by that 10 pixels. Tracking lineFragmentPadding of course fixes this.
Simply adds tracking of self.textContainer.lineFragmentPadding. Line fragment padding defaults to 10.0 but in our app we set it to 0. This made our placeholder offset from our normal text by that 10 pixels. Tracking lineFragmentPadding of course fixes this.