解決鍵盤覆蓋TextField的問題

//移除觀察者身份

- (void)dealloc{

[[NSNotificationCenter? defaultCenter]? removeObserver: self];

[super dealloc];

}

- (void)viewDidLoad{

[super viewDidLoad];

[self createTextField];

[self createkeyboardMonitor];

}

//將textField作為鍵盤的附加視圖

- (void)createTextField{

CGSize size = self.view.frame.size;

UITextField *tf = [[UITextField alloc] initWithFrame:CGRectMake(50,size.height - 100,size.width - 100,50)];

//對輸入的內(nèi)容進行加密

tf.secureTextEntry = YES;

//記錄原始frame

_originalFrame = tf.frame;

//定制附加視圖

[self customInputAccessoryViewFor:tf];

//定制主鍵盤

UIView *keyboardView = [[UIView alloc] initWithFrame:CGRectMake(0,0,size.width,size.height / 2)];

keyboardView.backgroundColor = [UIcolor yellowColor];

tf.inputView = keyboardView;

[keyboardView release];

tf.borderStyle = UITextBorderStyleBezel;

tf.tag = 100;

[self.view addsubView:tf];

[tf release];

}

- (void)customInputAccessoryViewFor:(UITextField *)tf{

CGFloat width = self.view.frame.size.width;

UIView *whiteView = [[UIview alloc] initWithFrame:CGRectMake(0.0,width,50)];

whiteView.backgroundColor = [UIcolor whiteColor];

NSArray *titles = @[@"??",@"??",@"??",@"??",@"??",@"??",@"??",@"??",@"??"];

CGFloat buttonwidth = width/titles.count;

CGFloat buttonHeight = whiteView.frame.size.height;

for (NSUInteger i = 0;i < titles.count;i++){

UIButton *button = [UIButton buttonWithType:UIButtonTypeSystem];

button.frame = CGRectMake(i * buttonWidth,0,buttonWidth,buttonHeight);

[button setTitle:titles[i] forState:UIControlStateNormal];

button.titleLabel.font = [UIFont systemFontOfSize:40];

[button addTarget:self action:@selector(clickHandle:) forControlEvents:UIControlEventTouchUpInside];

[whiteView addSubview:button];

}

tf.inputAccessoryView = whiteView;

[whiteView release];

}

- (void) clickHandle:(UIButton *)button{

UITextField *tf = [self.view viewWithTag:100];

NSString *content = [tf.text stringByAppendingString:button.currentTitle];

tf.text = content;

}

//注冊第一響應(yīng)者

- (void)touchesBegan:(NSSet<UITouch *> *) withEvent:(UIEvent *)event{

[super touchesBegan:touches withEvent:event];

UITextField *tf = [self.view viewWithTag:100];

[tf resignFirstResponder];

}

//注冊觀察者身份

- (void) keyboardMonitor{

[[NSNotificationCenter defaultCenter] addObserver:self? selector:@selector(moveTextField:) name:UIKeyboardWillShowNotification object:nil];

[[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(moveTextField:) name:UIKeyboardWillHideNotification object:nil];

}

- (void)moveTextField:(NSNotification *)notificcation{

UITextField *tf = [self.view viewWithTag:100];

if ([notification.name isEqualToString:UIKeyboardWillShowNotification
]){

NSValue *rectValue = notification.userInfo[UIKeyboardFrameBeginUserInfoKey];

CGrect rect;

[rectValue getValue:&rect];

//將textField加在keyboard上面

CGPoint center = tf.center;

center.y - = rect.size.height;

tf.center = center;

}else{

tf.frame = _orignalFrame;

}

}

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末嫁怀,一起剝皮案震驚了整個濱河市,隨后出現(xiàn)的幾起案子,更是在濱河造成了極大的恐慌,老刑警劉巖述召,帶你破解...
    沈念sama閱讀 210,914評論 6 490
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件徽鼎,死亡現(xiàn)場離奇詭異,居然都是意外死亡揖闸,警方通過查閱死者的電腦和手機句灌,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 89,935評論 2 383
  • 文/潘曉璐 我一進店門夷陋,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人胰锌,你說我怎么就攤上這事骗绕。” “怎么了匕荸?”我有些...
    開封第一講書人閱讀 156,531評論 0 345
  • 文/不壞的土叔 我叫張陵爹谭,是天一觀的道長枷邪。 經(jīng)常有香客問我榛搔,道長诺凡,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 56,309評論 1 282
  • 正文 為了忘掉前任践惑,我火速辦了婚禮腹泌,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘尔觉。我一直安慰自己凉袱,他們只是感情好,可當(dāng)我...
    茶點故事閱讀 65,381評論 5 384
  • 文/花漫 我一把揭開白布侦铜。 她就那樣靜靜地躺著专甩,像睡著了一般。 火紅的嫁衣襯著肌膚如雪钉稍。 梳的紋絲不亂的頭發(fā)上涤躲,一...
    開封第一講書人閱讀 49,730評論 1 289
  • 那天,我揣著相機與錄音贡未,去河邊找鬼种樱。 笑死,一個胖子當(dāng)著我的面吹牛俊卤,可吹牛的內(nèi)容都是我干的嫩挤。 我是一名探鬼主播,決...
    沈念sama閱讀 38,882評論 3 404
  • 文/蒼蘭香墨 我猛地睜開眼消恍,長吁一口氣:“原來是場噩夢啊……” “哼岂昭!你這毒婦竟也來了?” 一聲冷哼從身側(cè)響起狠怨,我...
    開封第一講書人閱讀 37,643評論 0 266
  • 序言:老撾萬榮一對情侶失蹤佩抹,失蹤者是張志新(化名)和其女友劉穎,沒想到半個月后取董,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體棍苹,經(jīng)...
    沈念sama閱讀 44,095評論 1 303
  • 正文 獨居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 36,448評論 2 325
  • 正文 我和宋清朗相戀三年茵汰,在試婚紗的時候發(fā)現(xiàn)自己被綠了枢里。 大學(xué)時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點故事閱讀 38,566評論 1 339
  • 序言:一個原本活蹦亂跳的男人離奇死亡蹂午,死狀恐怖栏豺,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情豆胸,我是刑警寧澤奥洼,帶...
    沈念sama閱讀 34,253評論 4 328
  • 正文 年R本政府宣布,位于F島的核電站晚胡,受9級特大地震影響灵奖,放射性物質(zhì)發(fā)生泄漏嚼沿。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點故事閱讀 39,829評論 3 312
  • 文/蒙蒙 一瓷患、第九天 我趴在偏房一處隱蔽的房頂上張望骡尽。 院中可真熱鬧,春花似錦擅编、人聲如沸攀细。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,715評論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽谭贪。三九已至,卻和暖如春锦担,著一層夾襖步出監(jiān)牢的瞬間故河,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 31,945評論 1 264
  • 我被黑心中介騙來泰國打工吆豹, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留鱼的,地道東北人。 一個月前我還...
    沈念sama閱讀 46,248評論 2 360
  • 正文 我出身青樓痘煤,卻偏偏與公主長得像凑阶,于是被迫代替她去往敵國和親。 傳聞我的和親對象是個殘疾皇子衷快,可洞房花燭夜當(dāng)晚...
    茶點故事閱讀 43,440評論 2 348

推薦閱讀更多精彩內(nèi)容