NSOperation队列问题
你好,我有 2 个方法,它们在同一方法 redrawView 上访问,它们是 moveThePlayerWithDeltasAndQueue 和 围绕 Y 轴和队列移动玩家 我想使用像注释代码中那样的操作队列,但我没有运气很好地运行它,构建队列并让它们正常工作的正确方法是什么?
hello i have 2 methods which are accessing on the same method redrawView those are moveThePlayerWithDeltasAndQueue
and
movethePlayerAroundYAxisAndQueue
i would like to use an operation queue like in the commented code but i have no fortune to run it well what is the right way for build the queue and let work them right ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要做的第一件事是在后台缓冲区上绘制我忘记了:(
the first thing to do was drawn on the back buffer i forgot it : (