Przeglądaj źródła

- 멤버리스트 , 로그인 , 장치 리스트 Text Color 및 이미지 명 주석 추가

TaeHyun 8 lat temu
rodzic
commit
912be1e194

+ 11 - 0
OneCable/Classes/ViewControllers/HomeMemberScreens/HomeMemberAddViewController.m

@@ -19,6 +19,17 @@
 #import "HomeMemberViewController.h"
 #import "CustomTableView.h"
 
+/**
+ 
+ - Sub Text Color : kUITextColor04
+ - 제목 Text Color : kUITextColor01
+ Input Text Color
+    - 기본  : kUITextColor01
+    - hint : kUITextColor03
+ - 달력 아이콘 Text Color : kUITextColor01
+ 
+ **/
+
 @implementation MemberInputTableViewCell
 
 - (void)awakeFromNib {

+ 17 - 0
OneCable/Classes/ViewControllers/HomeMemberScreens/HomeMemberViewController.m

@@ -26,6 +26,23 @@
 #define kiCellItem 2
 #define kiCellRatio 46
 
+
+/**
+ 
+ Head Text
+    - 참여 , 대기 Text Color : kUITextColor01
+    - Count Text Color     : kUITextColor03
+
+ Member List
+    - 멤버 닉네임 Text Color   : kUITextColor01
+    - 멤버 ID   Text Color   : kUITextColor03
+    - 멤버 상태  Text Color
+        - 초대 수락된 멤버      : kUITextColor02
+        - 초대 수락 안된 멤버    : kUITextColor01
+    - 멤버 초대 Text Color     : kUITextColor01
+ 
+**/
+
 @interface HomeMemberCollectionCell () {
     
 }

+ 14 - 0
OneCable/Classes/ViewControllers/MainScreens/LoginViewController.m

@@ -27,6 +27,20 @@
 //#import "MobilesOverViewController.h"
 //#import "InvitationListViewController.h"
 
+/**
+ 
+ID / PW Input Box Text Color
+    - 기본     : kUITextColor01
+    - Hint    : kUITextColor03
+    - Disable : kUITextColor06
+ 
+로그인 유지 / 아이디 저장 Text Color : kUITextColor01
+ 
+아이디 찾기 / 비밀번호 찾기 / 회원가입하기 Text Color
+    - 아이디 찾기,비밀번호 찾기 : kUITextColor01
+    - 회원가입 하기          : kUITextColor04
+
+**/
 
 @interface LoginViewController () <CustomTextFieldDelegate> {
 }

+ 13 - 0
OneCable/Classes/ViewControllers/SignUpScreens/AgreementViewController.m

@@ -12,6 +12,19 @@
 #import "CustomTableView.h"
 #import "WebBrowseViewController.h"
 
+
+/**
+ 
+ Step Page Text Color
+    - 현재        : kUITextColor01
+    - 전체        : kUITextColor03
+ 서비스 이용약관 , 개인정보 취급방침 Text Color : kUITextColor01
+ 내용 보기 Text Color                     : kUITextColor03
+ 동의 Text Color     : kUITextColor01
+ 안내 문구 Text Color : kUITextColor01
+ **/
+
+
 @implementation AgreementTermTableViewCell
 
 - (void)didMoveToSuperview {

+ 30 - 7
OneCable/Classes/ViewControllers/ThingsScreens/ThingsDetailViewController.m

@@ -23,6 +23,36 @@
 #import "ModifyDeviceNamePopupView.h"
 #import "JYPullToRefreshController.h"
 
+/**
+ 
+ Hub 명 Text Color       : kUITextColor03
+ Update 알람 Text Color  : kUITextColor04
+ 
+ Device 상태 표시 Text Color
+    - 꺼짐 : kUITextColor01
+    - 켜짐 : kUITextColor02
+    - 잠김 : kUITextColor02
+    - 열림 : kUITextColor01
+ 
+ 도어센서 마지막 동작 Text Color : kUITextColor01
+ 도어센서 상태표시 Text Color
+    - 열림 : kUITextColor02
+    - 닫힘 : kUITextColor01
+ 
+ Offline Text Color : kUITextColor01
+ 노드명 표시 Text Color  : kUITextColor03
+ value 표시 Text Color : kUITextColor04
+ 
+ 
+ (이미지 명)
+ 플러그 on   : img_things_detail_06_01_plug_state_on
+ 플러그 off  : img_things_detail_06_01_plug_state_off
+ 밸브  on    : img_things_detail_05_02_valve_state_locked
+ 밸브  off   : img_things_detail_05_02_valve_state_unlocked
+ 도어센서 on  : img_things_detail_01_02_sensor_door_open
+ 도어센서 off : img_things_detail_01_02_sensor_door_close
+ 
+ **/
 
 @implementation ThingsDetailTitleTableViewCell
 
@@ -60,13 +90,6 @@
 #pragma mark - Class Definition
 
 @implementation ThingsDetailViewController
-// 이미지 명
-// 플러그 on  : img_things_detail_06_01_plug_state_on
-// 플러그 off : img_things_detail_06_01_plug_state_off
-// 밸브  on  : img_things_detail_05_02_valve_state_locked
-// 밸브  off : img_things_detail_05_02_valve_state_unlocked
-// 도어센서 on : img_things_detail_01_02_sensor_door_open
-// 도어센서 off : img_things_detail_01_02_sensor_door_close
 
 - (void)viewDidLoad {
     [super viewDidLoad];

+ 22 - 0
OneCable/Classes/ViewControllers/ThingsScreens/ThingsViewController.m

@@ -38,6 +38,28 @@
 #define kiCellItem 2
 #define kiCellRatio 46
 
+
+/**
+ 
+ Head Text Color     : kUITextColor01
+ Device 명 Text Color : kUITextColor01
+ Device 상태표시 Text Color
+    - 열림 : kUITextColor02
+    - 닫힘 : kUITextColor01
+
+ 장치 추가 Text Color : kUITextColor01
+ 
+ (이미지 명)
+ 디바이스 아이콘 bg
+    - Default : img_thing_icon_bg_default
+    - Active  : img_thing_icon_bg_active
+ 
+ 도어 컨텍트 센서 : 40102
+ 가스 밸브      : 40108
+ 다윈 플러그     : 40402
+ 
+ **/
+
 @interface ThingsCollectionViewCell () {
     NSInteger _commandStatusElapsedTime;
 }