Browse Source

- CustomDatePopupView 수정
- 이미지 추가

TaeHyun 8 years ago
parent
commit
e262cee99e
21 changed files with 151 additions and 49 deletions
  1. 22 0
      OneCable/Assets.xcassets/images/img_btn_common2_active.imageset/Contents.json
  2. BIN
      OneCable/Assets.xcassets/images/img_btn_common2_active.imageset/img_btn_common2_active@2x.png
  3. BIN
      OneCable/Assets.xcassets/images/img_btn_common2_active.imageset/img_btn_common2_active@3x.png
  4. 22 0
      OneCable/Assets.xcassets/images/img_btn_common2_disable.imageset/Contents.json
  5. BIN
      OneCable/Assets.xcassets/images/img_btn_common2_disable.imageset/img_btn_common2_disable@2x.png
  6. BIN
      OneCable/Assets.xcassets/images/img_btn_common2_disable.imageset/img_btn_common2_disable@3x.png
  7. 22 0
      OneCable/Assets.xcassets/images/img_btn_common2_press.imageset/Contents.json
  8. BIN
      OneCable/Assets.xcassets/images/img_btn_common2_press.imageset/img_btn_common2_press@2x.png
  9. BIN
      OneCable/Assets.xcassets/images/img_btn_common2_press.imageset/img_btn_common2_press@3x.png
  10. BIN
      OneCable/Assets.xcassets/images/img_btn_common_active.imageset/img_btn_common_active@2x.png
  11. BIN
      OneCable/Assets.xcassets/images/img_btn_common_active.imageset/img_btn_common_active@3x.png
  12. BIN
      OneCable/Assets.xcassets/images/img_btn_common_disable.imageset/img_btn_common_disable@2x.png
  13. BIN
      OneCable/Assets.xcassets/images/img_btn_common_disable.imageset/img_btn_common_disable@3x.png
  14. BIN
      OneCable/Assets.xcassets/images/img_btn_common_press.imageset/img_btn_common_press@2x.png
  15. BIN
      OneCable/Assets.xcassets/images/img_btn_common_press.imageset/img_btn_common_press@3x.png
  16. 22 0
      OneCable/Assets.xcassets/images/img_common_date_divide.imageset/Contents.json
  17. BIN
      OneCable/Assets.xcassets/images/img_common_date_divide.imageset/img_common_date_divide@2x.png
  18. BIN
      OneCable/Assets.xcassets/images/img_common_date_divide.imageset/img_common_date_divide@3x.png
  19. 2 0
      OneCable/Classes/ViewControllers/HomeMemberScreens/CustomDatePopupView.h
  20. 6 0
      OneCable/Classes/ViewControllers/HomeMemberScreens/CustomDatePopupView.m
  21. 55 49
      OneCable/Classes/ViewControllers/HomeMemberScreens/CustomDatePopupView.xib

+ 22 - 0
OneCable/Assets.xcassets/images/img_btn_common2_active.imageset/Contents.json

@@ -0,0 +1,22 @@
+{
+  "images" : [
+    {
+      "idiom" : "universal",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "universal",
+      "filename" : "img_btn_common2_active@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "idiom" : "universal",
+      "filename" : "img_btn_common2_active@3x.png",
+      "scale" : "3x"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}

BIN
OneCable/Assets.xcassets/images/img_btn_common2_active.imageset/img_btn_common2_active@2x.png


BIN
OneCable/Assets.xcassets/images/img_btn_common2_active.imageset/img_btn_common2_active@3x.png


+ 22 - 0
OneCable/Assets.xcassets/images/img_btn_common2_disable.imageset/Contents.json

@@ -0,0 +1,22 @@
+{
+  "images" : [
+    {
+      "idiom" : "universal",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "universal",
+      "filename" : "img_btn_common2_disable@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "idiom" : "universal",
+      "filename" : "img_btn_common2_disable@3x.png",
+      "scale" : "3x"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}

BIN
OneCable/Assets.xcassets/images/img_btn_common2_disable.imageset/img_btn_common2_disable@2x.png


BIN
OneCable/Assets.xcassets/images/img_btn_common2_disable.imageset/img_btn_common2_disable@3x.png


+ 22 - 0
OneCable/Assets.xcassets/images/img_btn_common2_press.imageset/Contents.json

@@ -0,0 +1,22 @@
+{
+  "images" : [
+    {
+      "idiom" : "universal",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "universal",
+      "filename" : "img_btn_common2_press@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "idiom" : "universal",
+      "filename" : "img_btn_common2_press@3x.png",
+      "scale" : "3x"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}

BIN
OneCable/Assets.xcassets/images/img_btn_common2_press.imageset/img_btn_common2_press@2x.png


BIN
OneCable/Assets.xcassets/images/img_btn_common2_press.imageset/img_btn_common2_press@3x.png


BIN
OneCable/Assets.xcassets/images/img_btn_common_active.imageset/img_btn_common_active@2x.png


BIN
OneCable/Assets.xcassets/images/img_btn_common_active.imageset/img_btn_common_active@3x.png


BIN
OneCable/Assets.xcassets/images/img_btn_common_disable.imageset/img_btn_common_disable@2x.png


BIN
OneCable/Assets.xcassets/images/img_btn_common_disable.imageset/img_btn_common_disable@3x.png


BIN
OneCable/Assets.xcassets/images/img_btn_common_press.imageset/img_btn_common_press@2x.png


BIN
OneCable/Assets.xcassets/images/img_btn_common_press.imageset/img_btn_common_press@3x.png


+ 22 - 0
OneCable/Assets.xcassets/images/img_common_date_divide.imageset/Contents.json

@@ -0,0 +1,22 @@
+{
+  "images" : [
+    {
+      "idiom" : "universal",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "universal",
+      "filename" : "img_common_date_divide@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "idiom" : "universal",
+      "filename" : "img_common_date_divide@3x.png",
+      "scale" : "3x"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}

BIN
OneCable/Assets.xcassets/images/img_common_date_divide.imageset/img_common_date_divide@2x.png


BIN
OneCable/Assets.xcassets/images/img_common_date_divide.imageset/img_common_date_divide@3x.png


+ 2 - 0
OneCable/Classes/ViewControllers/HomeMemberScreens/CustomDatePopupView.h

@@ -17,6 +17,8 @@
 @property (weak, nonatomic) IBOutlet CustomTextField *txtMonth;
 @property (weak, nonatomic) IBOutlet CustomTextField *txtDay;
 
+
+- (void)setTitle:(NSString *)title;
 - (id)initFromNib;
 
 @end

+ 6 - 0
OneCable/Classes/ViewControllers/HomeMemberScreens/CustomDatePopupView.m

@@ -52,6 +52,8 @@
             
             [self.btnConfirm setTitle:NSLocalizedString(@"확인", @"확인") forState:UIControlStateNormal];
             [self.btnCancel setTitle:NSLocalizedString(@"취소", @"취소") forState:UIControlStateNormal];
+            
+            [self setTitle:@"정답 날짜 입력"];
         }
 
     }
@@ -59,6 +61,10 @@
     return self;
 }
 
+- (void)setTitle:(NSString *)title {
+    self.lblTitle.text = title;
+}
+
 - (void)didMoveToSuperview {
     if (!self.superview) {
         return;

+ 55 - 49
OneCable/Classes/ViewControllers/HomeMemberScreens/CustomDatePopupView.xib

@@ -30,10 +30,10 @@
                     </constraints>
                 </view>
                 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="eSV-eh-PVb" userLabel="popUpView">
-                    <rect key="frame" x="25" y="113.5" width="270" height="341"/>
+                    <rect key="frame" x="25" y="162" width="270" height="244"/>
                     <subviews>
                         <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="0l1-Zx-uWz" userLabel="ContainerView">
-                            <rect key="frame" x="0.0" y="0.0" width="270" height="341"/>
+                            <rect key="frame" x="0.0" y="0.0" width="270" height="244"/>
                             <subviews>
                                 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="BoA-Lr-YFR" userLabel="View - Title">
                                     <rect key="frame" x="0.0" y="0.0" width="270" height="56"/>
@@ -41,7 +41,7 @@
                                         <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="img_popup_bg_head" translatesAutoresizingMaskIntoConstraints="NO" id="Vll-nx-ghk" customClass="CustomImageView">
                                             <rect key="frame" x="0.0" y="0.0" width="270" height="56"/>
                                         </imageView>
-                                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="정답날짜 입력" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Rlv-iP-OuN" customClass="CustomLabel">
+                                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="정답 날짜 입력" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Rlv-iP-OuN" customClass="CustomLabel">
                                             <rect key="frame" x="25" y="0.0" width="245" height="56"/>
                                             <fontDescription key="fontDescription" type="boldSystem" pointSize="20"/>
                                             <color key="textColor" red="0.01176470588" green="0.60392156860000001" blue="0.87450980389999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
@@ -103,74 +103,60 @@
                                     </variation>
                                 </view>
                                 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="OaN-i1-LEG" userLabel="View - message">
-                                    <rect key="frame" x="0.0" y="56" width="270" height="235"/>
+                                    <rect key="frame" x="0.0" y="56" width="270" height="138"/>
                                     <subviews>
                                         <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="img_popup_bg_body" translatesAutoresizingMaskIntoConstraints="NO" id="VC8-E3-6DW">
-                                            <rect key="frame" x="0.0" y="0.0" width="270" height="235"/>
+                                            <rect key="frame" x="0.0" y="0.0" width="270" height="138"/>
                                         </imageView>
                                         <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="uAo-R6-aVH" userLabel="View - Date">
-                                            <rect key="frame" x="25" y="93" width="220" height="48"/>
+                                            <rect key="frame" x="25" y="45" width="220" height="48"/>
                                             <subviews>
                                                 <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" textAlignment="center" minimumFontSize="17" background="img_input_round_bg_default" translatesAutoresizingMaskIntoConstraints="NO" id="nh7-z0-RJp" customClass="CustomTextField">
-                                                    <rect key="frame" x="0.0" y="0.0" width="60" height="48"/>
-                                                    <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
-                                                    <fontDescription key="fontDescription" type="system" pointSize="16"/>
+                                                    <rect key="frame" x="0.0" y="0.0" width="66" height="48"/>
+                                                    <fontDescription key="fontDescription" type="system" pointSize="22"/>
                                                     <textInputTraits key="textInputTraits" enablesReturnKeyAutomatically="YES"/>
                                                     <userDefinedRuntimeAttributes>
                                                         <userDefinedRuntimeAttribute type="boolean" keyPath="autoScrollUp" value="YES"/>
                                                     </userDefinedRuntimeAttributes>
                                                 </textField>
                                                 <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" textAlignment="center" minimumFontSize="17" background="img_input_round_bg_default" translatesAutoresizingMaskIntoConstraints="NO" id="fT8-Aa-NRs" customClass="CustomTextField">
-                                                    <rect key="frame" x="90" y="0.0" width="50" height="48"/>
+                                                    <rect key="frame" x="93" y="0.0" width="50" height="48"/>
                                                     <constraints>
                                                         <constraint firstAttribute="width" constant="50" id="rLQ-8Y-WG6"/>
                                                     </constraints>
-                                                    <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
-                                                    <fontDescription key="fontDescription" type="system" pointSize="16"/>
+                                                    <fontDescription key="fontDescription" type="system" pointSize="22"/>
                                                     <textInputTraits key="textInputTraits" enablesReturnKeyAutomatically="YES"/>
                                                     <userDefinedRuntimeAttributes>
                                                         <userDefinedRuntimeAttribute type="boolean" keyPath="autoScrollUp" value="YES"/>
                                                     </userDefinedRuntimeAttributes>
                                                 </textField>
                                                 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="h6U-sX-VaY">
-                                                    <rect key="frame" x="60" y="0.0" width="10" height="48"/>
+                                                    <rect key="frame" x="66" y="0.0" width="10" height="48"/>
                                                     <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                                                     <constraints>
                                                         <constraint firstAttribute="width" constant="10" id="Mg9-uU-6Y2"/>
                                                     </constraints>
                                                 </view>
+                                                <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="img_common_date_divide" translatesAutoresizingMaskIntoConstraints="NO" id="KRj-FE-bcS">
+                                                    <rect key="frame" x="76" y="15" width="7" height="18"/>
+                                                </imageView>
                                                 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="HeI-nv-jvJ">
-                                                    <rect key="frame" x="80" y="0.0" width="10" height="48"/>
+                                                    <rect key="frame" x="83" y="0.0" width="10" height="48"/>
                                                     <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                                                     <constraints>
                                                         <constraint firstAttribute="width" constant="10" id="g1g-bx-h6z"/>
                                                     </constraints>
                                                 </view>
-                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="/" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="cmt-Y1-CuW">
-                                                    <rect key="frame" x="70" y="0.0" width="10" height="48"/>
-                                                    <constraints>
-                                                        <constraint firstAttribute="width" constant="10" id="XC1-Am-HZP"/>
-                                                    </constraints>
-                                                    <fontDescription key="fontDescription" type="system" pointSize="16"/>
-                                                    <color key="textColor" red="0.53333333329999999" green="0.56078431370000004" blue="0.6588235294" alpha="1" colorSpace="calibratedRGB"/>
-                                                    <nil key="highlightedColor"/>
-                                                </label>
                                                 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="2IX-Zw-34A">
-                                                    <rect key="frame" x="140" y="0.0" width="10" height="48"/>
+                                                    <rect key="frame" x="143" y="0.0" width="10" height="48"/>
                                                     <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                                                     <constraints>
                                                         <constraint firstAttribute="width" constant="10" id="4NX-rO-jbi"/>
                                                     </constraints>
                                                 </view>
-                                                <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="/" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ven-2Y-di5">
-                                                    <rect key="frame" x="150" y="0.0" width="10" height="48"/>
-                                                    <constraints>
-                                                        <constraint firstAttribute="width" constant="10" id="QZu-Gf-sZk"/>
-                                                    </constraints>
-                                                    <fontDescription key="fontDescription" type="system" pointSize="16"/>
-                                                    <color key="textColor" red="0.53333333329999999" green="0.56078431370000004" blue="0.6588235294" alpha="1" colorSpace="calibratedRGB"/>
-                                                    <nil key="highlightedColor"/>
-                                                </label>
+                                                <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="img_common_date_divide" translatesAutoresizingMaskIntoConstraints="NO" id="gl0-9A-m9A">
+                                                    <rect key="frame" x="153" y="15" width="7" height="18"/>
+                                                </imageView>
                                                 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="6MU-0J-seU">
                                                     <rect key="frame" x="160" y="0.0" width="10" height="48"/>
                                                     <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
@@ -180,8 +166,7 @@
                                                 </view>
                                                 <textField opaque="NO" clipsSubviews="YES" contentMode="scaleToFill" contentHorizontalAlignment="left" contentVerticalAlignment="center" textAlignment="center" minimumFontSize="17" background="img_input_round_bg_default" translatesAutoresizingMaskIntoConstraints="NO" id="Hso-In-Ios" customClass="CustomTextField">
                                                     <rect key="frame" x="170" y="0.0" width="50" height="48"/>
-                                                    <color key="textColor" red="0.20000000000000001" green="0.20000000000000001" blue="0.20000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
-                                                    <fontDescription key="fontDescription" type="system" pointSize="16"/>
+                                                    <fontDescription key="fontDescription" type="system" pointSize="22"/>
                                                     <textInputTraits key="textInputTraits" enablesReturnKeyAutomatically="YES"/>
                                                     <userDefinedRuntimeAttributes>
                                                         <userDefinedRuntimeAttribute type="boolean" keyPath="autoScrollUp" value="YES"/>
@@ -194,69 +179,88 @@
                                                 <constraint firstAttribute="height" constant="48" id="0bH-tC-N2E"/>
                                                 <constraint firstAttribute="bottom" secondItem="Hso-In-Ios" secondAttribute="bottom" id="3Qo-iU-eiF"/>
                                                 <constraint firstItem="h6U-sX-VaY" firstAttribute="leading" secondItem="nh7-z0-RJp" secondAttribute="trailing" id="6he-W7-d93"/>
-                                                <constraint firstAttribute="bottom" secondItem="cmt-Y1-CuW" secondAttribute="bottom" id="990-f6-z2t"/>
                                                 <constraint firstItem="6MU-0J-seU" firstAttribute="top" secondItem="uAo-R6-aVH" secondAttribute="top" id="CtY-pK-e3Z"/>
-                                                <constraint firstItem="6MU-0J-seU" firstAttribute="leading" secondItem="Ven-2Y-di5" secondAttribute="trailing" id="Dsp-Yy-6BC"/>
                                                 <constraint firstAttribute="bottom" secondItem="6MU-0J-seU" secondAttribute="bottom" id="ERp-RW-OZf"/>
                                                 <constraint firstItem="2IX-Zw-34A" firstAttribute="leading" secondItem="fT8-Aa-NRs" secondAttribute="trailing" id="Ely-4u-2un"/>
-                                                <constraint firstItem="HeI-nv-jvJ" firstAttribute="leading" secondItem="cmt-Y1-CuW" secondAttribute="trailing" id="JaO-cW-bmd"/>
                                                 <constraint firstAttribute="bottom" secondItem="HeI-nv-jvJ" secondAttribute="bottom" id="JbV-tg-5Fh"/>
                                                 <constraint firstItem="nh7-z0-RJp" firstAttribute="leading" secondItem="uAo-R6-aVH" secondAttribute="leading" id="Jrx-cX-FZ0"/>
+                                                <constraint firstItem="KRj-FE-bcS" firstAttribute="centerY" secondItem="h6U-sX-VaY" secondAttribute="centerY" id="M5h-6E-yQe"/>
                                                 <constraint firstItem="nh7-z0-RJp" firstAttribute="top" secondItem="uAo-R6-aVH" secondAttribute="top" id="NAx-Bp-Tnv"/>
-                                                <constraint firstAttribute="bottom" secondItem="Ven-2Y-di5" secondAttribute="bottom" id="Qg6-xR-NWs"/>
                                                 <constraint firstItem="fT8-Aa-NRs" firstAttribute="width" secondItem="Hso-In-Ios" secondAttribute="width" id="RW2-Fa-nTX"/>
-                                                <constraint firstItem="Ven-2Y-di5" firstAttribute="top" secondItem="uAo-R6-aVH" secondAttribute="top" id="RXl-sr-0If"/>
                                                 <constraint firstItem="2IX-Zw-34A" firstAttribute="top" secondItem="uAo-R6-aVH" secondAttribute="top" id="USS-wa-jod"/>
+                                                <constraint firstItem="gl0-9A-m9A" firstAttribute="leading" secondItem="2IX-Zw-34A" secondAttribute="trailing" id="V7L-eD-Sj6"/>
                                                 <constraint firstItem="fT8-Aa-NRs" firstAttribute="top" secondItem="uAo-R6-aVH" secondAttribute="top" id="Yip-OA-MXg"/>
-                                                <constraint firstItem="Ven-2Y-di5" firstAttribute="leading" secondItem="2IX-Zw-34A" secondAttribute="trailing" id="b9s-4F-mPb"/>
+                                                <constraint firstItem="6MU-0J-seU" firstAttribute="leading" secondItem="gl0-9A-m9A" secondAttribute="trailing" id="aYI-2t-8pf"/>
+                                                <constraint firstItem="gl0-9A-m9A" firstAttribute="centerY" secondItem="2IX-Zw-34A" secondAttribute="centerY" id="dDY-6h-nWQ"/>
                                                 <constraint firstAttribute="bottom" secondItem="2IX-Zw-34A" secondAttribute="bottom" id="eJ2-vc-SGx"/>
                                                 <constraint firstAttribute="bottom" secondItem="fT8-Aa-NRs" secondAttribute="bottom" id="esd-uo-PVL"/>
                                                 <constraint firstItem="Hso-In-Ios" firstAttribute="leading" secondItem="6MU-0J-seU" secondAttribute="trailing" id="fxN-ZC-soi"/>
                                                 <constraint firstItem="HeI-nv-jvJ" firstAttribute="top" secondItem="uAo-R6-aVH" secondAttribute="top" id="g8o-nT-90M"/>
-                                                <constraint firstItem="cmt-Y1-CuW" firstAttribute="top" secondItem="uAo-R6-aVH" secondAttribute="top" id="hj3-vG-fQk"/>
-                                                <constraint firstItem="cmt-Y1-CuW" firstAttribute="leading" secondItem="h6U-sX-VaY" secondAttribute="trailing" id="huV-4p-UU2"/>
                                                 <constraint firstItem="Hso-In-Ios" firstAttribute="top" secondItem="uAo-R6-aVH" secondAttribute="top" id="igw-7D-EFj"/>
+                                                <constraint firstItem="HeI-nv-jvJ" firstAttribute="leading" secondItem="KRj-FE-bcS" secondAttribute="trailing" id="lyY-KU-EHc"/>
                                                 <constraint firstItem="h6U-sX-VaY" firstAttribute="top" secondItem="uAo-R6-aVH" secondAttribute="top" id="oYn-MQ-oax"/>
+                                                <constraint firstItem="KRj-FE-bcS" firstAttribute="leading" secondItem="h6U-sX-VaY" secondAttribute="trailing" id="pnT-uL-HSR"/>
                                                 <constraint firstItem="fT8-Aa-NRs" firstAttribute="leading" secondItem="HeI-nv-jvJ" secondAttribute="trailing" id="rV1-GZ-aDG"/>
                                                 <constraint firstAttribute="trailing" secondItem="Hso-In-Ios" secondAttribute="trailing" id="vSm-TX-POY"/>
                                                 <constraint firstAttribute="bottom" secondItem="h6U-sX-VaY" secondAttribute="bottom" id="zzq-fG-g4N"/>
                                             </constraints>
                                         </view>
                                         <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="9eP-Rd-PGK">
-                                            <rect key="frame" x="0.0" y="0.0" width="25" height="235"/>
+                                            <rect key="frame" x="0.0" y="0.0" width="25" height="138"/>
                                             <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                                             <constraints>
                                                 <constraint firstAttribute="width" constant="25" id="8g5-2B-uhs"/>
                                             </constraints>
                                         </view>
                                         <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="N9a-cX-3I9">
-                                            <rect key="frame" x="245" y="0.0" width="25" height="235"/>
+                                            <rect key="frame" x="245" y="0.0" width="25" height="138"/>
                                             <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                                             <constraints>
                                                 <constraint firstAttribute="width" constant="25" id="awB-bF-mGA"/>
                                             </constraints>
                                         </view>
+                                        <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="yhr-iD-rSx">
+                                            <rect key="frame" x="25" y="0.0" width="220" height="45"/>
+                                            <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
+                                            <constraints>
+                                                <constraint firstAttribute="height" constant="45" id="5jA-iq-MM9"/>
+                                            </constraints>
+                                        </view>
+                                        <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="bSy-g4-vnz">
+                                            <rect key="frame" x="25" y="93" width="220" height="45"/>
+                                            <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
+                                            <constraints>
+                                                <constraint firstAttribute="height" constant="45" id="bbN-ZW-g4E"/>
+                                            </constraints>
+                                        </view>
                                     </subviews>
                                     <color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
                                     <constraints>
+                                        <constraint firstItem="N9a-cX-3I9" firstAttribute="leading" secondItem="bSy-g4-vnz" secondAttribute="trailing" id="1Yd-zj-5XW"/>
                                         <constraint firstAttribute="bottom" secondItem="9eP-Rd-PGK" secondAttribute="bottom" id="22T-mA-OGx"/>
-                                        <constraint firstItem="uAo-R6-aVH" firstAttribute="leading" secondItem="9eP-Rd-PGK" secondAttribute="trailing" id="59H-6w-4k2"/>
                                         <constraint firstItem="VC8-E3-6DW" firstAttribute="top" secondItem="OaN-i1-LEG" secondAttribute="top" id="5Iy-89-4sA"/>
                                         <constraint firstItem="9eP-Rd-PGK" firstAttribute="top" secondItem="OaN-i1-LEG" secondAttribute="top" id="AjJ-iC-Qgb"/>
+                                        <constraint firstItem="bSy-g4-vnz" firstAttribute="leading" secondItem="9eP-Rd-PGK" secondAttribute="trailing" id="Bqm-kb-4rp"/>
                                         <constraint firstAttribute="bottom" secondItem="N9a-cX-3I9" secondAttribute="bottom" id="CPl-li-Nsf"/>
+                                        <constraint firstItem="yhr-iD-rSx" firstAttribute="leading" secondItem="9eP-Rd-PGK" secondAttribute="trailing" id="Fbu-tk-i0u"/>
                                         <constraint firstItem="N9a-cX-3I9" firstAttribute="top" secondItem="OaN-i1-LEG" secondAttribute="top" id="Hw4-Ce-ZEd"/>
+                                        <constraint firstItem="yhr-iD-rSx" firstAttribute="top" secondItem="OaN-i1-LEG" secondAttribute="top" id="K8n-bN-bcB"/>
                                         <constraint firstItem="9eP-Rd-PGK" firstAttribute="leading" secondItem="OaN-i1-LEG" secondAttribute="leading" id="Me1-K9-kK3"/>
                                         <constraint firstAttribute="trailing" secondItem="VC8-E3-6DW" secondAttribute="trailing" id="NIH-c4-rOq"/>
-                                        <constraint firstAttribute="height" constant="235" id="OFU-Ai-oZm"/>
+                                        <constraint firstAttribute="bottom" secondItem="bSy-g4-vnz" secondAttribute="bottom" id="TK7-R6-Rh6"/>
                                         <constraint firstItem="uAo-R6-aVH" firstAttribute="centerY" secondItem="OaN-i1-LEG" secondAttribute="centerY" id="Yag-p4-Z71"/>
-                                        <constraint firstItem="N9a-cX-3I9" firstAttribute="leading" secondItem="uAo-R6-aVH" secondAttribute="trailing" id="bE4-ZP-tIc"/>
+                                        <constraint firstItem="N9a-cX-3I9" firstAttribute="leading" secondItem="uAo-R6-aVH" secondAttribute="trailing" id="fpO-ef-ubY"/>
                                         <constraint firstItem="VC8-E3-6DW" firstAttribute="leading" secondItem="OaN-i1-LEG" secondAttribute="leading" id="g7I-6e-4qa"/>
                                         <constraint firstAttribute="bottom" secondItem="VC8-E3-6DW" secondAttribute="bottom" id="h4X-Sx-5IZ"/>
+                                        <constraint firstItem="uAo-R6-aVH" firstAttribute="top" secondItem="yhr-iD-rSx" secondAttribute="bottom" id="rHg-Fw-KMB"/>
                                         <constraint firstAttribute="trailing" secondItem="N9a-cX-3I9" secondAttribute="trailing" id="w8v-Qd-GGn"/>
+                                        <constraint firstItem="bSy-g4-vnz" firstAttribute="top" secondItem="uAo-R6-aVH" secondAttribute="bottom" id="wUA-5E-gKX"/>
+                                        <constraint firstItem="uAo-R6-aVH" firstAttribute="leading" secondItem="9eP-Rd-PGK" secondAttribute="trailing" id="wiP-fH-cbW"/>
+                                        <constraint firstItem="N9a-cX-3I9" firstAttribute="leading" secondItem="yhr-iD-rSx" secondAttribute="trailing" id="xGA-U7-38N"/>
                                     </constraints>
                                 </view>
                                 <view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="7wp-oz-0UI" userLabel="View - Buttons">
-                                    <rect key="frame" x="0.0" y="291" width="270" height="50"/>
+                                    <rect key="frame" x="0.0" y="194" width="270" height="50"/>
                                     <subviews>
                                         <button opaque="NO" contentMode="scaleToFill" horizontalHuggingPriority="249" placeholderIntrinsicWidth="136" placeholderIntrinsicHeight="43" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="tlU-um-G99" customClass="CustomButton">
                                             <rect key="frame" x="0.0" y="0.0" width="135" height="50"/>
@@ -417,6 +421,7 @@
                 <outlet property="btnCancel" destination="tlU-um-G99" id="60F-Zi-4wC"/>
                 <outlet property="btnConfirm" destination="TWQ-q5-FRB" id="BTQ-gz-HXI"/>
                 <outlet property="imgTitleBar" destination="Vll-nx-ghk" id="t2t-Mp-LMd"/>
+                <outlet property="lblTitle" destination="Rlv-iP-OuN" id="JxI-8N-Lkb"/>
                 <outlet property="maskingView" destination="Pdb-3I-ykn" id="25c-Br-ADL"/>
                 <outlet property="popUpView" destination="eSV-eh-PVb" id="b5O-cr-K2P"/>
                 <outlet property="txtDay" destination="Hso-In-Ios" id="a3w-Dq-9dk"/>
@@ -427,6 +432,7 @@
     </objects>
     <resources>
         <image name="common_bg_alpha_85" width="2" height="2"/>
+        <image name="img_common_date_divide" width="7" height="18"/>
         <image name="img_input_round_bg_default" width="50" height="35"/>
         <image name="img_popup_bg_body" width="2" height="2"/>
         <image name="img_popup_bg_head" width="37" height="48"/>