From 60159a3b4affd73224fd56f3b6f9d0ce31b9cf32 Mon Sep 17 00:00:00 2001 From: Kostiantyn Koval Date: Sat, 28 Nov 2015 15:49:28 +0100 Subject: [PATCH] add alcatraz and XcodeColoers to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c512fd8..6ff6365 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ SpeedLog.print("Enable All Features") ### UIColor log `SpeedLog` has nice `UIColor` log style. All you need to do is enable it once by calling `SpeedLog.enableVisualColorLog()` + ![](/Images/RGB-colors-log.png) ```swift @@ -62,7 +63,7 @@ SpeedLog.print("Visual:", c) SpeedLog.disableVisualColorLog() SpeedLog.print("Original Restored:", c) ``` - +P.S - You also need to install [XcodeColors](https://github.com/robbiehanson/XcodeColors) Xcode Plugin. Use [Alcatraz](http://alcatraz.io) to install it. ###Enables Log