美文网首页
【问题收集】不常见的小问题

【问题收集】不常见的小问题

作者: 小子爱搞事 | 来源:发表于2017-01-14 20:54 被阅读21次

    1,alertView 相关

    UIAlertView *alert = [[UIAlertView alloc] initWithTitle:title message:msg delegate:aDeleagte cancelButtonTitle:cancelName otherButtonTitles:otherbuttonName, nil];
    [alert show];
    

    如果有文本框在编辑的状态,即键盘弹出的时候,系统的alertView弹出来了,键盘会被动收起


    相关文章

      网友评论

          本文标题:【问题收集】不常见的小问题

          本文链接:https://www.haomeiwen.com/subject/ztxybttx.html