This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.
To capture the video (filesize: 19MB), using the free "QuickTime Player" application:
| // | |
| // EasyLocalization.swift | |
| // | |
| // Created by Doba Duc on 9/1/15. | |
| // Copyright (c) 2015 Doba Duc. All rights reserved. | |
| // | |
| /// Tiny useful wrapper function of NSLocalizedString in Swift | |
| /// | |
| /// @param key Localizable key |