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

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -