Skip to content

Commit

Permalink
Updated URLs and info
Browse files Browse the repository at this point in the history
  • Loading branch information
emotality committed May 16, 2017
1 parent b91761e commit 1b8e2b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 Apptality <<[email protected]>>
Copyright (c) 2015-2017 emotality <<[email protected]>>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand All @@ -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
{
Expand All @@ -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
{
Expand Down Expand Up @@ -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"];
}
}
````
Expand All @@ -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.

0 comments on commit 1b8e2b8

Please sign in to comment.