How do i remove this?
I have removed the paste/copy menu... using:
- (BOOL)canPerformAction:(SEL)action withSender:(id)sender
{
return NO;
}
but i need the uitextviews text to be non selectable and only able to be typed into.