高仿新浪微博表情键盘

2014-11-24 0 324
高仿新浪微博表情键盘
/*
 *  键盘即将退下
 */
-(void)keyboardWillHide{

    //执行动画
    [UIView animateWithDuration:_time animations:^{

        //曲线
        [UIView setAnimationCurve:_curve];

        _bottomView.transform=CGAffineTransformIdentity;
    }];
}



- (IBAction)switchBtnClick:(id)sender {

    [self.textView resignFirstResponder];

    dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(.15f * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
        self.textView.inputView=self.textView.inputView?nil:self.emotionView;
        [self.textView becomeFirstResponder];
    });
}



-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{

    [self.view endEditing:YES];
}

遇见资源网 objective-c 高仿新浪微博表情键盘 http://www.ox520.com/14883.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务