jverdi/JVFloatLabeledTextField

JVFloatLabeledTextView Can't adjust the placeholderLabel's x position

开放

#165 创建于 2017年4月10日

 (4 条评论) (0 个反应) (0 位负责人)Objective-C (719 个派生)batch import
help wanted

仓库指标

星标
 (7,141 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Hi,

I wanting to change the text inset of JVFloatLabeledTextView, everything is fine except the placeholderLabel. For content of the UITextView, I just need to adjust the textContainerInset, with floatingLabel, I can see there 2 public APIs is floatingLabelXPadding and floatingLabelYPadding. But with placeholderLabel, it has only one public API is placeholderYPadding.

So I'm wondering how to adjust the placeholderLabel's x position?

贡献者指南