I have in a project the above UITextField with a button inside. When user is typing the cursor should move but when it reaches the UIButton should stop. Actually the width of the editable area of the UITextField should be until the user reaches the start of the dark blue UIButton image. Text written should not go beyond the UIButton but the user should be able to continue writing.
Is this somehow possible? Any help appreciated.