ios开发各种小技术归纳(3)

1.将UITextView中长按显示的Copy,Select 改成中文

解决方案:将Info.plist文件中的第一项Localization native development region 后面的Value改为China

2.将UILabel添加手势,需要跟用户进行交互的

    label.userInteractionEnabled = YES;

你可能感兴趣的:(ios开发各种小技术归纳(3))