objective c - UIImage at end of UITextView -


i have uitextfield, @ end of textfield want add uiimage.

when put uiimageview on top of uitextfield, uiimageview (duh!) visible in top of uitextfield.

what code need write @ end of text uitextfield uiimageview appears?

no code needed, add proper constraints on interface builder. command-click image , bind text field, select horizontal (or vertical) spacing popup list.


Comments

Popular posts from this blog

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

python - Mongodb How to add addtional information when aggregating? -

java - Incorrect order of records in M-M relationship in hibernate -