Quick is used by many companies, open-source projects, and individuals, including GitHub and ReactiveCocoa. For examples, check out:
- https://github.com/ReactiveCocoa/ReactiveCocoa
- https://github.com/github/Archimedes
- https://github.com/libgit2/objective-git
- https://github.com/jspahrsummers/RXSwift
- https://github.com/artsy/eidolon
- https://github.com/AshFurrow/Moya
- https://github.com/nerdyc/Squeal
- https://github.com/pepibumur/SugarRecord
- Quality Coding: A blog on iOS development that focuses on unit testing.
- OCMock Tutorials: Use OCMock when you need "fake objects" in your tests.
- Nocilla: Stunning HTTP stubbing for iOS and Mac OS X: Use this library to test code that sends requests to, and receives responses from, the Internet.
- Pivotal Labs: Writing Beautiful Specs with Jasmine Custom Matchers: See the Nimble documentation for instructions on how to write custom matchers in Nimble.