I updated the WWDC Talking to the Live View sample app for iOS 10.0.1. As usual, the updates are to get it on Swift 3 as it is implemented.
- Use @escaping for function arguments that you assign to member variables
- Extensions cannot access private functions in the class they are extending
- Arguments in function variable types should not have names (use _ instead)