how to create a multiline UITextfield with multiple placeholders programmatically?

ios, uitextfield

Solution

You can make it with some tricks. Please check my answer here : Multiline UITextfield

Problem

how to create a multiline UITextfield programmatically? I need to create a multiline supporting textfield which has multiple placeholders. I don't wish to refer to its xib.

Original source