(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| platforms/ | |
| plugins/ |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
| #!/bin/sh | |
| # | |
| # Iconizer shell script by Steve Richey (srichey@floatlearning.com) | |
| # | |
| # This is a simple tool to generate all necessary app icon sizes and the JSON file for an *EXISTING* Xcode project from one file. | |
| # To use: specify the path to your vector graphic (PDF format) and the path to your Xcode folder containing Images.xcassets | |
| # Example: sh iconizer.sh MyVectorGraphic.pdf MyXcodeProject | |
| # | |
| # Requires ImageMagick: http://www.imagemagick.org/ |
Wil Turner, Brook Callhan: Speakers
##3 Main components/concepts that enable UI Testing:##