Does the iOS SDK provide queues and stacks?

后端 未结 8 1740
情话喂你
情话喂你 2021-02-02 08:05

I\'m writing an iPhone app, and I\'m surprised that there seem to be no NSQueue or NSStack classes in Apple\'s Foundation Framework. I see that it would be quite easy to roll m

8条回答
  •  难免孤独
    2021-02-02 08:12

    I have put a working iOS Objective C queue object on GitHub. The code was taken from various posts and by no means is owned by me.

    https://github.com/esromneb/ios-queue-object/

    If you see any problems please fork, and make a pull request!

提交回复
热议问题