| iphone Programming Glossary: caretDetect backspace in UITextField http://stackoverflow.com/questions/1977934/detect-backspace-in-uitextfield 
 how to give background color for selected text in text view http://stackoverflow.com/questions/2183275/how-to-give-background-color-for-selected-text-in-text-view  AppStore limitation. In fact considering MobileNotes.app's selection background color is also light blue despite the caret is brown we can see that Apple doesn't intend to allow non blue selection background color. However you can calculate the.. 
 How to simulate the delete key on UITextField? http://stackoverflow.com/questions/3007911/how-to-simulate-the-delete-key-on-uitextfield 
 Can I select a specific block of text in a UITextField? http://stackoverflow.com/questions/3277538/can-i-select-a-specific-block-of-text-in-a-uitextfield  and UITextView conform to UITextInput protocol so it is possible Selecting the last 5 characters before the caret would be like this Get current selected range this example assumes is an insertion point or empty selection UITextRange.. 
 What does this ^ syntax mean in Objective-C? http://stackoverflow.com/questions/3499186/what-does-this-syntax-mean-in-objective-c 
 Detect UITextField Lost Focus http://stackoverflow.com/questions/6369758/detect-uitextfield-lost-focus  from texts but i want to detect lost focus when i click anyways on screen. the keyboard will dismiss or not and the caret is not present on textfield thanks.  iphone objective c ipad uitextfield protocols   share improve this question   To handle.. 
 How do I create a global UIManagedDocument instance per document-on-disk shared by my whole application using blocks? http://stackoverflow.com/questions/9204025/how-do-i-create-a-global-uimanageddocument-instance-per-document-on-disk-shared  usingBlock ^ UIManagedDocument vacation self vacationOpened vacation The UIManagedDocument vacation after the caret means that when you execute the block using the parentheses notation as in completionBlock doc you need to list a UIManagedDocument.. 
 |