Skip to content

Commit

Permalink
πŸ’„ :: SongCart 색상 λ³€κ²½
Browse files Browse the repository at this point in the history
  • Loading branch information
KangTaeHoon committed Nov 21, 2023
1 parent 932f6d5 commit ab2fd97
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21507" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22154" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_12" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22130"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="EditSheetView" customModule="CommonFeature">
<connections>
<outlet property="contentView" destination="M9Z-HL-r4z" id="iZP-tt-QDa"/>
<outlet property="editButton" destination="Dsf-9d-UBD" id="WK6-vh-b7V"/>
<outlet property="nicknameButton" destination="aDx-pj-LIu" id="Z5y-gc-B0h"/>
<outlet property="profileButton" destination="w8w-82-gfR" id="UoJ-Oy-Tmg"/>
Expand All @@ -23,7 +24,7 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="M9Z-HL-r4z">
<rect key="frame" x="40" y="0.0" width="313" height="56"/>
<rect key="frame" x="40" y="-34" width="313" height="56"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" distribution="fillEqually" translatesAutoresizingMaskIntoConstraints="NO" id="BYt-Uz-3A6">
<rect key="frame" x="0.0" y="0.0" width="313" height="56"/>
Expand Down Expand Up @@ -94,7 +95,7 @@
</objects>
<resources>
<namedColor name="POINT">
<color red="0.030999999493360519" green="0.87099999189376831" blue="0.96899998188018799" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color red="0.035999998450279236" green="0.7850000262260437" blue="0.94999998807907104" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="gray25">
<color red="0.99199998378753662" green="0.99199998378753662" blue="0.99199998378753662" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="21701" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="22154" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_12" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21678"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22130"/>
<capability name="Named colors" minToolsVersion="9.0"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
Expand All @@ -24,6 +24,7 @@
<outlet property="selectCountView" destination="hyL-bt-hk1" id="ZWH-Ag-UzJ"/>
<outlet property="selectCountViewLeadingConstraint" destination="mx6-sm-wqY" id="jaf-16-4KU"/>
<outlet property="songAddButton" destination="6p4-Ao-cyX" id="Mn0-2O-iRI"/>
<outlet property="stackContentView" destination="Yth-61-Aze" id="2H3-q8-aL1"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
Expand Down Expand Up @@ -178,7 +179,7 @@
</objects>
<resources>
<namedColor name="POINT">
<color red="0.030999999493360519" green="0.87099999189376831" blue="0.96899998188018799" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<color red="0.035999998450279236" green="0.7850000262260437" blue="0.94999998807907104" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
</namedColor>
<namedColor name="gray25">
<color red="0.99199998378753662" green="0.99199998378753662" blue="0.99199998378753662" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public enum EditSheetSelectType {
}

public class EditSheetView: UIView {

@IBOutlet weak var contentView: UIView!
@IBOutlet weak var editButton: UIButton!
@IBOutlet weak var shareButton: UIButton!
@IBOutlet weak var profileButton: UIButton!
Expand Down Expand Up @@ -99,7 +99,7 @@ public extension EditSheetView {
}

private func configureUI() {

contentView.backgroundColor = DesignSystemAsset.PrimaryColor.point.color
let titles: [String] = ["νŽΈμ§‘", "κ³΅μœ ν•˜κΈ°", "ν”„λ‘œν•„ λ³€κ²½", "λ‹‰λ„€μž„ μˆ˜μ •"]

let images: [UIImage] = [DesignSystemAsset.PlayListEdit.playlistEdit.image,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public class SongCartView: UIView {
@IBOutlet weak var selectCountView: UIView!
@IBOutlet weak var selectCountViewLeadingConstraint: NSLayoutConstraint!
@IBOutlet weak var selectCountLabel: UILabel!
@IBOutlet weak var stackContentView: UIView!
@IBOutlet weak var bottomSpaceView: UIView!
@IBOutlet weak var bottomSpaceViewHeight: NSLayoutConstraint!

Expand Down Expand Up @@ -199,6 +200,7 @@ public extension SongCartView {
}
}

stackContentView.backgroundColor = DesignSystemAsset.PrimaryColor.point.color
bottomSpaceView.backgroundColor = DesignSystemAsset.PrimaryColor.point.color
bottomSpaceViewHeight.constant = SAFEAREA_BOTTOM_HEIGHT()
layoutIfNeeded()
Expand Down

0 comments on commit ab2fd97

Please sign in to comment.