在iPhone中使用CAlayer在图像中画一条线
我正在编辑我的问题... 如果我想使用 CALAyer 在图像中画一条线,我该怎么办?
我想在圆内画一条线(圆形图像)。
例子:- 线的一个点将是线的半径,另一个点应该是圆的终点(就像模拟时钟)。随着iPhone的指南针移动,线应该移动(就像时钟中的秒针)。
请任何人帮助我。如何做到这一点
提前致谢
I am editing my question...
what should i do if i want to draw a line in image by using CALAyer.
i want to draw a line inside the circle(circular image).
Example:-
One point of the line will be the radius of the line and the other should be the end point of the cirlce(Like analog clock).As the campass of the iphone will move the line should move(like second hand in clock).
Please anyone help me.how to do this
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
下载源代码并了解想法关于如何使用石英核心创建模拟时钟。
Download sourcecode and get idea about how to create analog clock using quartz core.
从这段代码你可以重画同一张图片
from this code u can redraw the same picture