Skip to content

Commit 35d91d9

Browse files
committed
Merge branch 'develop'
2 parents 9586905 + 2126d80 commit 35d91d9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+297
-303
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions

YNExpandableCell.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'YNExpandableCell'
11-
s.version = '1.0.1'
11+
s.version = '1.1.0'
1212
s.summary = 'Easiest way to expand and collapse cell for iOS with Swift 3'
1313

1414
s.description = <<-DESC
@@ -21,8 +21,8 @@ Easiest usage of expandable & collapsible cell for iOS, written in Swift 3. You
2121
s.author = { "Seungyoun Yi" => "younatics@gmail.com" }
2222

2323
s.source = { :git => 'https://github.com/younatics/YNExpandableCell.git', :tag => s.version.to_s }
24-
s.source_files = 'YNExpandableCell/YNExpandableCell/*.swift'
25-
s.resources = "YNExpandableCell/YNExpandableCell/*.xcassets"
24+
s.source_files = 'YNExpandableCell/*.swift'
25+
s.resources = "YNExpandableCell/*.xcassets"
2626

2727
s.ios.deployment_target = '8.0'
2828

YNExpandableCell.xcodeproj/project.pbxproj

Lines changed: 230 additions & 184 deletions
Large diffs are not rendered by default.

YNExpandableCell.xcodeproj/xcshareddata/xcschemes/YNExpandableCell.xcscheme

Lines changed: 11 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0820"
3+
LastUpgradeVersion = "0830"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -14,8 +14,8 @@
1414
buildForAnalyzing = "YES">
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
17-
BlueprintIdentifier = "1917E1B21E73831900322999"
18-
BuildableName = "YNExpandableCell.app"
17+
BlueprintIdentifier = "19FE32571EA7BC9500A4DB5E"
18+
BuildableName = "YNExpandableCell.framework"
1919
BlueprintName = "YNExpandableCell"
2020
ReferencedContainer = "container:YNExpandableCell.xcodeproj">
2121
</BuildableReference>
@@ -28,26 +28,7 @@
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
2929
shouldUseLaunchSchemeArgsEnv = "YES">
3030
<Testables>
31-
<TestableReference
32-
skipped = "NO">
33-
<BuildableReference
34-
BuildableIdentifier = "primary"
35-
BlueprintIdentifier = "1917E1C61E73831A00322999"
36-
BuildableName = "YNExpandableCellUITests.xctest"
37-
BlueprintName = "YNExpandableCellUITests"
38-
ReferencedContainer = "container:YNExpandableCell.xcodeproj">
39-
</BuildableReference>
40-
</TestableReference>
4131
</Testables>
42-
<MacroExpansion>
43-
<BuildableReference
44-
BuildableIdentifier = "primary"
45-
BlueprintIdentifier = "1917E1B21E73831900322999"
46-
BuildableName = "YNExpandableCell.app"
47-
BlueprintName = "YNExpandableCell"
48-
ReferencedContainer = "container:YNExpandableCell.xcodeproj">
49-
</BuildableReference>
50-
</MacroExpansion>
5132
<AdditionalOptions>
5233
</AdditionalOptions>
5334
</TestAction>
@@ -61,16 +42,15 @@
6142
debugDocumentVersioning = "YES"
6243
debugServiceExtension = "internal"
6344
allowLocationSimulation = "YES">
64-
<BuildableProductRunnable
65-
runnableDebuggingMode = "0">
45+
<MacroExpansion>
6646
<BuildableReference
6747
BuildableIdentifier = "primary"
68-
BlueprintIdentifier = "1917E1B21E73831900322999"
69-
BuildableName = "YNExpandableCell.app"
48+
BlueprintIdentifier = "19FE32571EA7BC9500A4DB5E"
49+
BuildableName = "YNExpandableCell.framework"
7050
BlueprintName = "YNExpandableCell"
7151
ReferencedContainer = "container:YNExpandableCell.xcodeproj">
7252
</BuildableReference>
73-
</BuildableProductRunnable>
53+
</MacroExpansion>
7454
<AdditionalOptions>
7555
</AdditionalOptions>
7656
</LaunchAction>
@@ -80,16 +60,15 @@
8060
savedToolIdentifier = ""
8161
useCustomWorkingDirectory = "NO"
8262
debugDocumentVersioning = "YES">
83-
<BuildableProductRunnable
84-
runnableDebuggingMode = "0">
63+
<MacroExpansion>
8564
<BuildableReference
8665
BuildableIdentifier = "primary"
87-
BlueprintIdentifier = "1917E1B21E73831900322999"
88-
BuildableName = "YNExpandableCell.app"
66+
BlueprintIdentifier = "19FE32571EA7BC9500A4DB5E"
67+
BuildableName = "YNExpandableCell.framework"
8968
BlueprintName = "YNExpandableCell"
9069
ReferencedContainer = "container:YNExpandableCell.xcodeproj">
9170
</BuildableReference>
92-
</BuildableProductRunnable>
71+
</MacroExpansion>
9372
</ProfileAction>
9473
<AnalyzeAction
9574
buildConfiguration = "Debug">

YNExpandableCellUITests/Info.plist renamed to YNExpandableCell/Info.plist

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@
1313
<key>CFBundleName</key>
1414
<string>$(PRODUCT_NAME)</string>
1515
<key>CFBundlePackageType</key>
16-
<string>BNDL</string>
16+
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
1818
<string>1.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>1</string>
20+
<string>$(CURRENT_PROJECT_VERSION)</string>
21+
<key>NSPrincipalClass</key>
22+
<string></string>
2123
</dict>
2224
</plist>

YNExpandableCell/YNExpandableCell.h

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
//
2+
// YNExpandableCell.h
3+
// YNExpandableCell
4+
//
5+
// Created by YiSeungyoun on 2017. 4. 20..
6+
// Copyright © 2017년 SeungyounYi. All rights reserved.
7+
//
8+
9+
#import <UIKit/UIKit.h>
10+
11+
//! Project version number for YNExpandableCell.
12+
FOUNDATION_EXPORT double YNExpandableCellVersionNumber;
13+
14+
//! Project version string for YNExpandableCell.
15+
FOUNDATION_EXPORT const unsigned char YNExpandableCellVersionString[];
16+
17+
// In this header, you should import all the public headers of your framework using statements like #import <YNExpandableCell/PublicHeader.h>
18+
19+

YNExpandableCell/YNExpandableCell/YNExpandableCell.swift renamed to YNExpandableCell/YNExpandableCell.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ open class YNExpandableCell: UITableViewCell {
4242
let height = self.frame.size.height
4343

4444
self.normalCustomAccessoryType = UIImageView(frame: CGRect(x: width - 46, y: (height-26)/2, width: 26, height: 26))
45-
self.normalCustomAccessoryType.image = UIImage(named: "yn_nor")
45+
let yn_nor = UIImage(named: "yn_nor", in: Bundle(for: YNExpandableCell.self), compatibleWith: nil)
46+
self.normalCustomAccessoryType.image = yn_nor
4647
self.selectedCustomAccessoryType = UIImageView(frame: CGRect(x: width - 46, y: (height-26)/2, width: 26, height: 26))
47-
self.selectedCustomAccessoryType.image = UIImage(named: "yn_sel")
48+
let yn_sel = UIImage(named: "yn_sel", in: Bundle(for: YNExpandableCell.self), compatibleWith: nil)
49+
self.selectedCustomAccessoryType.image = yn_sel
4850
self.selectedCustomAccessoryType.isHidden = true
4951

5052
self.contentView.addSubview(self.normalCustomAccessoryType)

YNExpandableCell/YNExpandableCell/YNTableViewCell.swift renamed to YNExpandableCell/YNTableViewCell.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
import UIKit
1010

1111
open class YNTableViewCell: NSObject {
12-
var cell: UITableViewCell?
13-
var height: CGFloat?
12+
open var cell: UITableViewCell?
13+
open var height: CGFloat?
1414
}

YNExpandableCell/YNExpandableCell/YNTableViewDelegate.swift renamed to YNExpandableCell/YNTableViewDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public protocol YNTableViewDelegate: UITableViewDelegate, UITableViewDataSource
5050

5151
}
5252

53-
extension YNTableViewDelegate {
53+
public extension YNTableViewDelegate {
5454
/**
5555
Determine expandable cell in this view. This method is all that you have to do
5656

YNExpandableCell/YNExpandableCellDemo/Base.lproj/Main.storyboard renamed to YNExpandableCellDemo/Base.lproj/Main.storyboard

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="cFC-yF-mMG">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="12120" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES" initialViewController="cFC-yF-mMG">
33
<device id="retina4_7" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
77
<deployment identifier="iOS"/>
8-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
8+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/>
99
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
1010
</dependencies>
1111
<scenes>
1212
<!--YNExpandableCell-->
1313
<scene sceneID="tne-QT-ifu">
1414
<objects>
15-
<viewController id="BYZ-38-t0r" customClass="ViewController" customModule="YNExpandableCell" customModuleProvider="target" sceneMemberID="viewController">
15+
<viewController id="BYZ-38-t0r" customClass="ViewController" customModule="YNExpandableCellDemo" customModuleProvider="target" sceneMemberID="viewController">
1616
<layoutGuides>
1717
<viewControllerLayoutGuide type="top" id="y3c-jy-aDJ"/>
1818
<viewControllerLayoutGuide type="bottom" id="wfy-db-euE"/>
@@ -21,7 +21,7 @@
2121
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
2222
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
2323
<subviews>
24-
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="RKJ-dx-yKz" customClass="YNTableView" customModule="YNExpandableCell" customModuleProvider="target">
24+
<tableView clipsSubviews="YES" contentMode="scaleToFill" alwaysBounceVertical="YES" dataMode="prototypes" style="plain" separatorStyle="default" rowHeight="44" sectionHeaderHeight="28" sectionFooterHeight="28" translatesAutoresizingMaskIntoConstraints="NO" id="RKJ-dx-yKz" customClass="YNTableView" customModule="YNExpandableCell">
2525
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
2626
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
2727
</tableView>
@@ -41,7 +41,7 @@
4141
<connections>
4242
<outlet property="collapseAllButton" destination="7NL-OJ-is7" id="agC-dj-rE8"/>
4343
<outlet property="expandAllButton" destination="MNE-l1-Syq" id="5Id-IX-clF"/>
44-
<outlet property="ynTableView" destination="RKJ-dx-yKz" id="4f5-YO-k8j"/>
44+
<outlet property="ynTableView" destination="RKJ-dx-yKz" id="OU8-eG-vw6"/>
4545
</connections>
4646
</viewController>
4747
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>

YNExpandableCell/YNExpandableCellDemo/ViewController.swift renamed to YNExpandableCellDemo/ViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//
88

99
import UIKit
10+
import YNExpandableCell
1011

1112
class ViewController: UIViewController, YNTableViewDelegate {
1213
@IBOutlet var ynTableView: YNTableView!

YNExpandableCell/YNExpandableCellDemo/YNExpandableCellEx.xib renamed to YNExpandableCellDemo/YNExpandableCellEx.xib

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="11762" systemVersion="16D32" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12120" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
33
<device id="retina4_7" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
77
<deployment identifier="iOS"/>
8-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="11757"/>
8+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/>
99
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
1010
</dependencies>
1111
<objects>
1212
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
1313
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
14-
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="YNExpandableCellEx" rowHeight="44" id="hBf-az-gPj" customClass="YNExpandableCellEx" customModule="YNExpandableCell" customModuleProvider="target">
14+
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="YNExpandableCellEx" rowHeight="44" id="hBf-az-gPj" customClass="YNExpandableCellEx" customModule="YNExpandableCellDemo" customModuleProvider="target">
1515
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
1616
<autoresizingMask key="autoresizingMask"/>
1717
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="hBf-az-gPj" id="Cxz-3t-fOJ">
18-
<rect key="frame" x="0.0" y="0.0" width="375" height="43.5"/>
18+
<rect key="frame" x="0.0" y="0.0" width="375" height="44"/>
1919
<autoresizingMask key="autoresizingMask"/>
2020
<subviews>
2121
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="- YNExpandable First Cell" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="euj-pS-oe3">
@@ -35,7 +35,7 @@
3535
</constraints>
3636
</tableViewCellContentView>
3737
<connections>
38-
<outlet property="titleLabel" destination="euj-pS-oe3" id="akj-x7-UCT"/>
38+
<outlet property="titleLabel" destination="euj-pS-oe3" id="X9F-sc-7I2"/>
3939
</connections>
4040
<point key="canvasLocation" x="-219.5" y="-169"/>
4141
</tableViewCell>

YNExpandableCell/YNExpandableCellDemo/YNExpandableCells.swift renamed to YNExpandableCellDemo/YNExpandableCells.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright © 2017년 SeungyounYi. All rights reserved.
77
//
88

9-
import Foundation
9+
import YNExpandableCell
1010
import UIKit
1111

1212
class YNExpandableCellEx: YNExpandableCell {

YNExpandableCell/YNExpandableCellDemo/YNSegmentCell.xib renamed to YNExpandableCellDemo/YNSegmentCell.xib

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12118" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12120" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
33
<device id="retina4_7" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
77
<deployment identifier="iOS"/>
8-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12086"/>
8+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/>
99
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
1010
</dependencies>
1111
<objects>
1212
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
1313
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
14-
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="0.0" reuseIdentifier="YNSegmentCell" rowHeight="160" id="Ubh-r5-TR7" customClass="YNSegmentCell" customModule="YNExpandableCell" customModuleProvider="target">
14+
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="0.0" reuseIdentifier="YNSegmentCell" rowHeight="160" id="Ubh-r5-TR7" customClass="YNSegmentCell" customModule="YNExpandableCellDemo" customModuleProvider="target">
1515
<rect key="frame" x="0.0" y="0.0" width="375" height="160"/>
1616
<autoresizingMask key="autoresizingMask"/>
1717
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Ubh-r5-TR7" id="PTx-s7-jAs">
18-
<rect key="frame" x="0.0" y="0.0" width="375" height="159.5"/>
18+
<rect key="frame" x="0.0" y="0.0" width="375" height="160"/>
1919
<autoresizingMask key="autoresizingMask"/>
2020
<subviews>
2121
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Customize Segment Control" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="T7Q-LX-wum">

YNExpandableCell/YNExpandableCellDemo/YNSliderCell.xib renamed to YNExpandableCellDemo/YNSliderCell.xib

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12118" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="12120" systemVersion="16E195" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
33
<device id="retina4_7" orientation="portrait">
44
<adaptation id="fullscreen"/>
55
</device>
66
<dependencies>
77
<deployment identifier="iOS"/>
8-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12086"/>
8+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="12088"/>
99
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
1010
</dependencies>
1111
<objects>
1212
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
1313
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
14-
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="YNSliderCell" rowHeight="142" id="Jnr-ol-dVW" customClass="YNSliderCell" customModule="YNExpandableCell" customModuleProvider="target">
14+
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" reuseIdentifier="YNSliderCell" rowHeight="142" id="Jnr-ol-dVW" customClass="YNSliderCell" customModule="YNExpandableCellDemo" customModuleProvider="target">
1515
<rect key="frame" x="0.0" y="0.0" width="375" height="142"/>
1616
<autoresizingMask key="autoresizingMask"/>
1717
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="Jnr-ol-dVW" id="Fo5-0b-JZe">
18-
<rect key="frame" x="0.0" y="0.0" width="375" height="141.5"/>
18+
<rect key="frame" x="0.0" y="0.0" width="375" height="142"/>
1919
<autoresizingMask key="autoresizingMask"/>
2020
<subviews>
2121
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="tOU-ef-pBx">

0 commit comments

Comments
 (0)