打字机 0.1.0

打字机 0.1.0

测试已测试
Lang语言 Obj-CObjective C
许可 MIT
发布最后发布2014年12月

Maintained by Unclaimed



打字机 0.1.0

  • 作者:
  • Ryan Davies

当 iOS 键盘存在时,可以使用 TWRTypist 按如下方式输入字符串

[TWRTypist typeString:@"Hello world!"];

截至 0.1.0 版本,以下字符集受到支持

  • 大写和小写字母
  • 空格
  • 标点符号
  • 特殊字符

有关支持的字符和键盘的列表,请参阅 RMTTypistSpec。

打字机使用私有 API,不应在生产环境中使用。

安装

可以使用 CocoaPods 安装 Typewriter。将 pod 'Typewriter' 添加到您的 Podfile。

许可

Copyright (c) 2012 Ryan Davies

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.