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

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -