以前为UITextView的占位符纠结过很多次,使用过多种方式处理过,最近找到了一种别人处理的方式,比较完美.资源下载,自己下载使用的,会control+c的同学没必要下载,哈哈 // The MIT License (MIT)//// Copyright (c) 2014 Suyeol Jeon (http:xoul.kr)//// Permission is hereby grant
1、设置键盘类型: self.phoneField.keyboardType = UIKeyboardTypeNumberPad; typedef NS_ENUM(NSInteger, UIKeyboardType) {UIKeyboardTypeDefault, // Default type for the current input method