Explorar o código

Add icons for network responses that are json, html, or text/plain

Skipping the 1x versions for now. We’ll just scale down the 2x assets on non-retina screens.
Ryan Olson %!s(int64=11) %!d(string=hai) anos
pai
achega
7fb22825ae
Modificáronse 2 ficheiros con 28 adicións e 0 borrados
  1. 4 0
      Classes/Utility/FLEXResources.h
  2. 24 0
      Classes/Utility/FLEXResources.m

+ 4 - 0
Classes/Utility/FLEXResources.h

@@ -19,4 +19,8 @@
 + (UIImage *)moveIcon;
 + (UIImage *)selectIcon;
 
++ (UIImage *)jsonIcon;
++ (UIImage *)textPlainIcon;
++ (UIImage *)htmlIcon;
+
 @end

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 24 - 0
Classes/Utility/FLEXResources.m