-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cover Common Cocoa Practices #1
Comments
I'd love to help collect some of these here. What do you have in mind? Cocoa's heavy use of delegates, for example, or more concrete """patterns""" like view controller setup? |
I was going to go through the getting started guide and effectively give an example for how you can verify all of the major steps via testing. Initially showing the exacts - E.g. UITextField delegate, sending actions, outlets, then trying to move on to talking about how these can be individually tested. |
I think both are pretty useful use cases, a generic "how to think about testing protocols" may now be it's own chapter, given swift's fondess for them |
Don't want to raise standalone issue... |
No, we moved to react native |
https://twitter.com/tonyarnold/status/551007590683930624
The text was updated successfully, but these errors were encountered: