ios - Draw custom view within UITextField -
i want extend uitextfield
draw inputed text in custom uilabel
class draws symbols in special way. have modify drawing code directly or there way add view "on top" of uitextfield
while still being able input text uitextfield
?
this should add view text field. change thisview custom view want custom frame want , pow! got want ;)
let frame = cgrect(x: 0, y: 0, width: 30, height: 30) let thisview = uiview(frame: frame) thisview.backgroundcolor = uicolor.blue textfield.addsubview(thisview)
Comments
Post a Comment