@@ -46,9 +46,6 @@ - (void)viewDidLoad {
46
46
iconScale: 1
47
47
andSize: CGSizeMake (25 , 25 )];
48
48
49
- newsImage = [newsImage imageWithRenderingMode: UIImageRenderingModeAlwaysOriginal];
50
- newsHLImage = [newsHLImage imageWithRenderingMode: UIImageRenderingModeAlwaysOriginal];
51
-
52
49
newsViewController.tabBarItem = [[UITabBarItem alloc ] initWithTitle: @" News" image: newsImage selectedImage: newsHLImage];
53
50
54
51
[[MRCNavigationController alloc ] initWithRootViewController: newsViewController];
@@ -67,9 +64,6 @@ - (void)viewDidLoad {
67
64
iconColor: HexRGB (colorI3)
68
65
iconScale: 1
69
66
andSize: CGSizeMake (25 , 25 )];
70
-
71
- reposImage = [reposImage imageWithRenderingMode: UIImageRenderingModeAlwaysOriginal];
72
- reposHLImage = [reposHLImage imageWithRenderingMode: UIImageRenderingModeAlwaysOriginal];
73
67
74
68
reposViewController.tabBarItem = [[UITabBarItem alloc ] initWithTitle: @" Repositories" image: reposImage selectedImage: reposHLImage];
75
69
@@ -90,9 +84,6 @@ - (void)viewDidLoad {
90
84
iconScale: 1
91
85
andSize: CGSizeMake (25 , 25 )];
92
86
93
- searchImage = [searchImage imageWithRenderingMode: UIImageRenderingModeAlwaysOriginal];
94
- searchHLImage = [searchHLImage imageWithRenderingMode: UIImageRenderingModeAlwaysOriginal];
95
-
96
87
searchViewController.tabBarItem = [[UITabBarItem alloc ] initWithTitle: @" Discover" image: searchImage selectedImage: searchHLImage];
97
88
98
89
[[MRCNavigationController alloc ] initWithRootViewController: searchViewController];
@@ -112,9 +103,6 @@ - (void)viewDidLoad {
112
103
iconScale: 1
113
104
andSize: CGSizeMake (25 , 25 )];
114
105
115
- profileImage = [profileImage imageWithRenderingMode: UIImageRenderingModeAlwaysOriginal];
116
- profileHLImage = [profileHLImage imageWithRenderingMode: UIImageRenderingModeAlwaysOriginal];
117
-
118
106
profileViewController.tabBarItem = [[UITabBarItem alloc ] initWithTitle: @" Profile" image: profileImage selectedImage: profileHLImage];
119
107
120
108
[[MRCNavigationController alloc ] initWithRootViewController: profileViewController];
0 commit comments