问题标签 [jot-touch-sdk]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ipad - 从 iPad 触控笔获取生物特征信息
使用 Jot Touch 或 Pogo Connect 等触控笔,当用户在 iPad 上签名时(使用 Objective-C),我如何获取坐标 (X,Y) 压力 (T)、笔划速度 (S) 等生物特征信息?
我应该使用哪种方法或库?
ios - 尝试在 iOS 中截屏 UIView 的问题
我的应用程序有一个 ViewController,其中包含一个 UIView (CanvasView),您可以在其中绘制您的签名(我添加了一个标签“Hi Little John”来区分它),我还在它下面添加了一个 UIImage,用于通过触摸相机进行捕获按钮
现在,当我触摸相机按钮时,它只捕获 UIView 和 UILabel 而不是它显示的签名
我有两个类:我的 UIView 类 (CanvasView) 和我的 UIViewController,在我的 CanvasView 中我有这个截图代码:
在我的 ViewController 类中,我有一个触发事件的 IBAction
我想在我的照片上捕捉签名任何帮助我将不胜感激
提前致谢
***** 编辑** 渲染签名的代码也在CanvasView中,它是三种方法
- (void) touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
- (void) touchesMoved:(NSSet *)touches withEvent:(UIEvent *)event
- (void) touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event
如果触摸是,则取决于事件:
- 一开始(touchesBegan)
- 如果它在移动(touchesMoved)
- 或者如果完成(touchesEnded)
为了渲染笔画,它们都调用了一个名为:
- (void) addLineToAndRenderStroke:(SmoothStroke*)currentStroke toPoint:(CGPoint)end toWidth:(CGFloat)width toColor:(UIColor*)color
如果你愿意,我可以更深入,但它有点长,因为它是一个在画布上进行描边的框架,所有这些方法的代码是:
sdk - 如何保存 JOT Touch Stylus View In?
我正在使用 JOT Touch SDK 在 iPad 中编写。我写了一些东西并想保存。怎么做?谁能帮我?