Skip to content

Commit

Permalink
Merge pull request #356 from TeamNADA/feature/#355
Browse files Browse the repository at this point in the history
bug: CardInGroupCollectionViewCell 에서 이미지뷰의 이미지 삭제 (#355)
  • Loading branch information
hyun99999 authored Jan 31, 2023
2 parents 5e8e52f + 91c3a82 commit 5fe3f8a
Showing 1 changed file with 3 additions and 4 deletions.
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="19455" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<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">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19454"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="21505"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
Expand All @@ -29,7 +29,7 @@
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="UBI-OG-7RY">
<rect key="frame" x="0.0" y="0.0" width="156" height="258"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="card" translatesAutoresizingMaskIntoConstraints="NO" id="nFQ-dL-nGf">
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="nFQ-dL-nGf">
<rect key="frame" x="0.0" y="0.0" width="156" height="258"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="cornerRadius">
Expand Down Expand Up @@ -163,7 +163,6 @@
</collectionViewCell>
</objects>
<resources>
<image name="card" width="327" height="540"/>
<image name="iconInstagram" width="24" height="24"/>
<image name="iconUrl" width="24" height="24"/>
<systemColor name="systemBackgroundColor">
Expand Down

0 comments on commit 5fe3f8a

Please sign in to comment.