소스 검색

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 11 년 전
부모
커밋
7fb22825ae
2개의 변경된 파일28개의 추가작업 그리고 0개의 파일을 삭제
  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

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 24 - 0
Classes/Utility/FLEXResources.m