From 797b669aa18b4e18d72a674592e1d16c9a642f83 Mon Sep 17 00:00:00 2001 From: Florian Gabach Date: Wed, 8 Mar 2017 16:47:14 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ea7246b..79f7b9f 100644 --- a/README.md +++ b/README.md @@ -75,14 +75,6 @@ url: "https://raw.githubusercontent.com/jessesquires/JSQMessagesViewController/d openSourceVC.presentOpenSourceController(from: self) ``` -## Translation - -OpenSourceController is currently write in english. If you need translation for the permission popup (or whatever thing), just add this line in your localized file : - -``` -"Unable to load this licence." = ""; -``` - ## Customisation / configuration You can apply some customisation. To do it you can use the OpenSourceControllerConfig structure like this : @@ -110,6 +102,14 @@ controller.config.uiConfig.titleColor = UIColor.white controller.config.uiConfig.licenceBackgroundColor = UIColor.red ``` +## Translation + +OpenSourceController is currently write in english. If you need translation for the permission popup (or whatever thing), just add this line in your localized file : + +``` +"Unable to load this licence." = ""; +``` + ## Applications Some applications already use this controller likeĀ :