ibireme / YYKit

A collection of iOS components.
MIT License
13.99k stars 3.69k forks source link

YYTextView placeholder不显示 #580

Open BackWorld opened 3 years ago

BackWorld commented 3 years ago
frame.h = 44
textContainerInset = .with(horizontal: 10, vertical: 16) // y=32
font = 14

如果高度frame.h < font(14)+insets.y(32),则placeholder不会被渲染