Been interested in using Lambda functions for a simple use case at https://www.shootmavis.com. My current expertise is iOS, so wanted to use the examples here to start creating my first few functions. But noticed the example for iOS was quite a bit out of date.
This PR contains various changes as described in detail, in the separate commits.
In summary, the changes are as follows:
Update the cocoapod file to allow pod install, including allowing frameworks and pinning the iOS version.
Update to Swift 4.1
Apply XCode recommended project file updates
Fix storyboard button actions to point to updated function names generated by Swift.
The project now compiles, and will work if the steps in the README steps are followed.
Been interested in using Lambda functions for a simple use case at https://www.shootmavis.com. My current expertise is iOS, so wanted to use the examples here to start creating my first few functions. But noticed the example for iOS was quite a bit out of date.
This PR contains various changes as described in detail, in the separate commits.
In summary, the changes are as follows:
pod install
, including allowing frameworks and pinning the iOS version.The project now compiles, and will work if the steps in the README steps are followed.