From 1b8e2b85e9b05f04d3f2fe4dbeb474536239a058 Mon Sep 17 00:00:00 2001 From: Jean-Pierre Fourie Date: Tue, 16 May 2017 11:57:52 +0200 Subject: [PATCH] Updated URLs and info --- LICENSE.md | 2 +- README.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 02ebdc3..ff36432 100755 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 Apptality <> +Copyright (c) 2015-2017 emotality <> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 388a4c8..8f79b7c 100755 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ A sub-class of UIBarButtonItem to insert custom buttons or indicatorView into yo - Change to any button when needed - Custom indicator view and button colors - Change or add your own images -- 35 Pre-defined FontAwesome icons on all scales +- 35 Pre-defined FontAwesome icons on all 3 scales ## Examples **Default Color:** -![ATNavBarButton1](http://apptality.ae/assets/ATNavBarButton/ATNavBarButton-1.png) +![ATNavBarButton1](https://www.emotality.com/development/GitHub/ATNavBarButton-1.png) ````objc - (void)viewDidLoad { @@ -26,7 +26,7 @@ A sub-class of UIBarButtonItem to insert custom buttons or indicatorView into yo **Custom color:** -![ATNavBarButton2](http://apptality.ae/assets/ATNavBarButton/ATNavBarButton-2.png) +![ATNavBarButton2](https://www.emotality.com/development/GitHub/ATNavBarButton-2.png) ````objc - (void)viewDidLoad { @@ -38,7 +38,7 @@ A sub-class of UIBarButtonItem to insert custom buttons or indicatorView into yo **Indicator view:** -![ATNavBarButton3](http://apptality.ae/assets/ATNavBarButton/ATNavBarButton-3.png) +![ATNavBarButton3](https://www.emotality.com/development/GitHub/ATNavBarButton-3.png) ````objc - (void)viewDidLoad { @@ -75,7 +75,7 @@ There's only left and right nav buttons, but you can set any button any time. He [self reloadContent]; } else if (buttonPressed == ATNavBarButtonDownload) { - [self downloadFile:@"http://www.apptality.ae/assets/ATNavBarButton/ATNavBarButton1.png"]; + [self downloadFile:@"https://www.emotality.com/development/GitHub/ATNavBarButton-1.png"]; } } ```` @@ -95,4 +95,4 @@ There's only left and right nav buttons, but you can set any button any time. He ## License -ATAppUpdater is released under the MIT license. See [LICENSE](https://github.com/apptality/ATNavBarButton/blob/master/LICENSE.md) for details. +ATAppUpdater is released under the MIT license. See [LICENSE](https://github.com/emotality/ATNavBarButton/blob/master/LICENSE.md) for details.