So when I'm creating a UITextField or UISearchBar within my code (vs. in IB) then I can hold down on the field a get the 'Select-Select All-Copy-Paste' field. If I select 'Select All' then I get another menu with 'Copy-Select-Paste' in it. The extra 'Select' won't appear if I create the UITextField or UISearchBar in IB but for my code-design it is necessary I create these in code. If I actually click the extra 'Select' then my entire view disappears.
Any ideas on how to fix this or disable copy and paste?