Skip to content

Commit ae72232

Browse files
committed
Add Example Youtube with Label
Put image above title text fixes #495
1 parent ce3a003 commit ae72232

File tree

5 files changed

+360
-32
lines changed

5 files changed

+360
-32
lines changed

Example.xcodeproj/project.pbxproj

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
objects = {
88

99
/* Begin PBXBuildFile section */
10+
1F081A9E1FDABD1400B881EB /* YoutubeIconWithLabelCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F081A9B1FDABD1400B881EB /* YoutubeIconWithLabelCell.swift */; };
11+
1F081A9F1FDABD1400B881EB /* YoutubeIconWithLabelCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1F081A9C1FDABD1400B881EB /* YoutubeIconWithLabelCell.xib */; };
12+
1F081AA01FDABD1400B881EB /* YoutubeWithLabelExampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F081A9D1FDABD1400B881EB /* YoutubeWithLabelExampleViewController.swift */; };
1013
285718181C568336004D7E7B /* DataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 285718171C568336004D7E7B /* DataProvider.swift */; };
1114
285DA2881C569AA2000908CA /* ChildExampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 285DA2861C569AA2000908CA /* ChildExampleViewController.swift */; };
1215
285DA2891C569AA2000908CA /* TableChildExampleViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 285DA2871C569AA2000908CA /* TableChildExampleViewController.swift */; };
@@ -78,6 +81,9 @@
7881
/* End PBXCopyFilesBuildPhase section */
7982

8083
/* Begin PBXFileReference section */
84+
1F081A9B1FDABD1400B881EB /* YoutubeIconWithLabelCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = YoutubeIconWithLabelCell.swift; sourceTree = "<group>"; };
85+
1F081A9C1FDABD1400B881EB /* YoutubeIconWithLabelCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = YoutubeIconWithLabelCell.xib; sourceTree = "<group>"; };
86+
1F081A9D1FDABD1400B881EB /* YoutubeWithLabelExampleViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = YoutubeWithLabelExampleViewController.swift; sourceTree = "<group>"; };
8187
285718171C568336004D7E7B /* DataProvider.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = DataProvider.swift; path = Example/Helpers/DataProvider.swift; sourceTree = "<group>"; };
8288
285DA2861C569AA2000908CA /* ChildExampleViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ChildExampleViewController.swift; path = Example/ChildControllers/ChildExampleViewController.swift; sourceTree = "<group>"; };
8389
285DA2871C569AA2000908CA /* TableChildExampleViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TableChildExampleViewController.swift; path = Example/ChildControllers/TableChildExampleViewController.swift; sourceTree = "<group>"; };
@@ -125,6 +131,17 @@
125131
/* End PBXFrameworksBuildPhase section */
126132

127133
/* Begin PBXGroup section */
134+
1F081A9A1FDABD1400B881EB /* YoutubeWithLabel */ = {
135+
isa = PBXGroup;
136+
children = (
137+
1F081A9B1FDABD1400B881EB /* YoutubeIconWithLabelCell.swift */,
138+
1F081A9C1FDABD1400B881EB /* YoutubeIconWithLabelCell.xib */,
139+
1F081A9D1FDABD1400B881EB /* YoutubeWithLabelExampleViewController.swift */,
140+
);
141+
name = YoutubeWithLabel;
142+
path = Example/YoutubeWithLabel;
143+
sourceTree = "<group>";
144+
};
128145
285718151C568285004D7E7B /* Helpers */ = {
129146
isa = PBXGroup;
130147
children = (
@@ -221,6 +238,7 @@
221238
CB86ED6C1C4D6ED400DA463B /* Demo */ = {
222239
isa = PBXGroup;
223240
children = (
241+
1F081A9A1FDABD1400B881EB /* YoutubeWithLabel */,
224242
285DA2911C5A5945000908CA /* Youtube */,
225243
285DA28E1C59C587000908CA /* Spotify */,
226244
285DA28A1C59210F000908CA /* Instagram */,
@@ -358,6 +376,7 @@
358376
CB86ED801C4D6F0D00DA463B /* Assets.xcassets in Resources */,
359377
CB86ED941C4E89DD00DA463B /* PostCell.xib in Resources */,
360378
CBA0A2021C5032E100C5748C /* Storyboard.storyboard in Resources */,
379+
1F081A9F1FDABD1400B881EB /* YoutubeIconWithLabelCell.xib in Resources */,
361380
CB86ED811C4D6F0D00DA463B /* LaunchScreen.storyboard in Resources */,
362381
285DA2971C5A6A36000908CA /* YoutubeIconCell.xib in Resources */,
363382
);
@@ -388,10 +407,12 @@
388407
285718181C568336004D7E7B /* DataProvider.swift in Sources */,
389408
CB2125DE1C52A80E002DAF42 /* TwitterExampleViewController.swift in Sources */,
390409
285DA2891C569AA2000908CA /* TableChildExampleViewController.swift in Sources */,
410+
1F081A9E1FDABD1400B881EB /* YoutubeIconWithLabelCell.swift in Sources */,
391411
CBBD435F1C5274AE001A748E /* NavButtonBarExampleViewController.swift in Sources */,
392412
CB71C6F31C4FDDCE008EC806 /* PostCell.swift in Sources */,
393413
285DA2931C5A596B000908CA /* YoutubeExampleViewController.swift in Sources */,
394414
285DA2951C5A6A00000908CA /* YoutubeIconCell.swift in Sources */,
415+
1F081AA01FDABD1400B881EB /* YoutubeWithLabelExampleViewController.swift in Sources */,
395416
);
396417
runOnlyForDeploymentPostprocessing = 0;
397418
};

0 commit comments

Comments
 (0)