美文网首页
在系统键盘的任意位置添加按钮

在系统键盘的任意位置添加按钮

作者: Happy晓哥 | 来源:发表于2017-05-04 19:28 被阅读15次

    for (UIView *window in [UIApplication sharedApplication].windows) {
    if([window isKindOfClass:NSClassFromString(@"UIRemoteKeyboardWindow")]) {
    [window addSubview:self.searchButton];
    }
    }

    相关文章

      网友评论

          本文标题:在系统键盘的任意位置添加按钮

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