-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lower deployment target to iOS 11 by replacing UIImage(named:) instead
- Loading branch information
Showing
43 changed files
with
297 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
Example/CNTimelineCellDemo/Assets.xcassets/auto_awesome.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "baseline_auto_awesome_black_24pt_1x.png", | ||
"idiom" : "universal", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"filename" : "baseline_auto_awesome_black_24pt_2x.png", | ||
"idiom" : "universal", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"filename" : "baseline_auto_awesome_black_24pt_3x.png", | ||
"idiom" : "universal", | ||
"scale" : "3x" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"template-rendering-intent" : "template" | ||
} | ||
} |
Binary file added
BIN
+189 Bytes
...o/Assets.xcassets/auto_awesome.imageset/baseline_auto_awesome_black_24pt_1x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+328 Bytes
...o/Assets.xcassets/auto_awesome.imageset/baseline_auto_awesome_black_24pt_2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+443 Bytes
...o/Assets.xcassets/auto_awesome.imageset/baseline_auto_awesome_black_24pt_3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions
27
Example/CNTimelineCellDemo/Assets.xcassets/bed.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"images": [ | ||
{ | ||
"filename": "baseline_bed_black_24pt_1x.png", | ||
"idiom": "universal", | ||
"scale": "1x", | ||
"size": "24x24" | ||
}, | ||
{ | ||
"filename": "baseline_bed_black_24pt_2x.png", | ||
"idiom": "universal", | ||
"scale": "2x", | ||
"size": "24x24" | ||
}, | ||
{ | ||
"filename": "baseline_bed_black_24pt_3x.png", | ||
"idiom": "universal", | ||
"scale": "3x", | ||
"size": "24x24" | ||
} | ||
], | ||
"info": { | ||
"author": "xcode", | ||
"template-rendering-intent": "template", | ||
"version": 1 | ||
} | ||
} |
Binary file added
BIN
+160 Bytes
.../CNTimelineCellDemo/Assets.xcassets/bed.imageset/baseline_bed_black_24pt_1x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+253 Bytes
.../CNTimelineCellDemo/Assets.xcassets/bed.imageset/baseline_bed_black_24pt_2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+343 Bytes
.../CNTimelineCellDemo/Assets.xcassets/bed.imageset/baseline_bed_black_24pt_3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions
20
Example/CNTimelineCellDemo/Assets.xcassets/hello.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"idiom" : "universal", | ||
"scale" : "1x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"scale" : "2x" | ||
}, | ||
{ | ||
"idiom" : "universal", | ||
"scale" : "3x" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
27 changes: 27 additions & 0 deletions
27
Example/CNTimelineCellDemo/Assets.xcassets/light.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"images": [ | ||
{ | ||
"filename": "baseline_light_mode_black_24pt_1x.png", | ||
"idiom": "universal", | ||
"scale": "1x", | ||
"size": "24x24" | ||
}, | ||
{ | ||
"filename": "baseline_light_mode_black_24pt_2x.png", | ||
"idiom": "universal", | ||
"scale": "2x", | ||
"size": "24x24" | ||
}, | ||
{ | ||
"filename": "baseline_light_mode_black_24pt_3x.png", | ||
"idiom": "universal", | ||
"scale": "3x", | ||
"size": "24x24" | ||
} | ||
], | ||
"info": { | ||
"author": "xcode", | ||
"template-rendering-intent": "template", | ||
"version": 1 | ||
} | ||
} |
Binary file added
BIN
+208 Bytes
...neCellDemo/Assets.xcassets/light.imageset/baseline_light_mode_black_24pt_1x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+408 Bytes
...neCellDemo/Assets.xcassets/light.imageset/baseline_light_mode_black_24pt_2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+595 Bytes
...neCellDemo/Assets.xcassets/light.imageset/baseline_light_mode_black_24pt_3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions
27
Example/CNTimelineCellDemo/Assets.xcassets/night.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"images": [ | ||
{ | ||
"filename": "baseline_mode_night_black_24pt_1x.png", | ||
"idiom": "universal", | ||
"scale": "1x", | ||
"size": "24x24" | ||
}, | ||
{ | ||
"filename": "baseline_mode_night_black_24pt_2x.png", | ||
"idiom": "universal", | ||
"scale": "2x", | ||
"size": "24x24" | ||
}, | ||
{ | ||
"filename": "baseline_mode_night_black_24pt_3x.png", | ||
"idiom": "universal", | ||
"scale": "3x", | ||
"size": "24x24" | ||
} | ||
], | ||
"info": { | ||
"author": "xcode", | ||
"template-rendering-intent": "template", | ||
"version": 1 | ||
} | ||
} |
Binary file added
BIN
+197 Bytes
...neCellDemo/Assets.xcassets/night.imageset/baseline_mode_night_black_24pt_1x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+326 Bytes
...neCellDemo/Assets.xcassets/night.imageset/baseline_mode_night_black_24pt_2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+451 Bytes
...neCellDemo/Assets.xcassets/night.imageset/baseline_mode_night_black_24pt_3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions
27
Example/CNTimelineCellDemo/Assets.xcassets/restaurant.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"images": [ | ||
{ | ||
"filename": "baseline_restaurant_black_24pt_1x.png", | ||
"idiom": "universal", | ||
"scale": "1x", | ||
"size": "24x24" | ||
}, | ||
{ | ||
"filename": "baseline_restaurant_black_24pt_2x.png", | ||
"idiom": "universal", | ||
"scale": "2x", | ||
"size": "24x24" | ||
}, | ||
{ | ||
"filename": "baseline_restaurant_black_24pt_3x.png", | ||
"idiom": "universal", | ||
"scale": "3x", | ||
"size": "24x24" | ||
} | ||
], | ||
"info": { | ||
"author": "xcode", | ||
"template-rendering-intent": "template", | ||
"version": 1 | ||
} | ||
} |
Binary file added
BIN
+164 Bytes
...lDemo/Assets.xcassets/restaurant.imageset/baseline_restaurant_black_24pt_1x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+262 Bytes
...lDemo/Assets.xcassets/restaurant.imageset/baseline_restaurant_black_24pt_2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+359 Bytes
...lDemo/Assets.xcassets/restaurant.imageset/baseline_restaurant_black_24pt_3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions
27
Example/CNTimelineCellDemo/Assets.xcassets/school.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"images": [ | ||
{ | ||
"filename": "baseline_school_black_24pt_1x.png", | ||
"idiom": "universal", | ||
"scale": "1x", | ||
"size": "24x24" | ||
}, | ||
{ | ||
"filename": "baseline_school_black_24pt_2x.png", | ||
"idiom": "universal", | ||
"scale": "2x", | ||
"size": "24x24" | ||
}, | ||
{ | ||
"filename": "baseline_school_black_24pt_3x.png", | ||
"idiom": "universal", | ||
"scale": "3x", | ||
"size": "24x24" | ||
} | ||
], | ||
"info": { | ||
"author": "xcode", | ||
"template-rendering-intent": "template", | ||
"version": 1 | ||
} | ||
} |
Binary file added
BIN
+218 Bytes
...elineCellDemo/Assets.xcassets/school.imageset/baseline_school_black_24pt_1x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+376 Bytes
...elineCellDemo/Assets.xcassets/school.imageset/baseline_school_black_24pt_2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+538 Bytes
...elineCellDemo/Assets.xcassets/school.imageset/baseline_school_black_24pt_3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions
27
Example/CNTimelineCellDemo/Assets.xcassets/single_bed.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"images": [ | ||
{ | ||
"filename": "baseline_single_bed_black_24pt_1x.png", | ||
"idiom": "universal", | ||
"scale": "1x", | ||
"size": "24x24" | ||
}, | ||
{ | ||
"filename": "baseline_single_bed_black_24pt_2x.png", | ||
"idiom": "universal", | ||
"scale": "2x", | ||
"size": "24x24" | ||
}, | ||
{ | ||
"filename": "baseline_single_bed_black_24pt_3x.png", | ||
"idiom": "universal", | ||
"scale": "3x", | ||
"size": "24x24" | ||
} | ||
], | ||
"info": { | ||
"author": "xcode", | ||
"template-rendering-intent": "template", | ||
"version": 1 | ||
} | ||
} |
Binary file added
BIN
+137 Bytes
...lDemo/Assets.xcassets/single_bed.imageset/baseline_single_bed_black_24pt_1x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+204 Bytes
...lDemo/Assets.xcassets/single_bed.imageset/baseline_single_bed_black_24pt_2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+279 Bytes
...lDemo/Assets.xcassets/single_bed.imageset/baseline_single_bed_black_24pt_3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions
27
Example/CNTimelineCellDemo/Assets.xcassets/sports_basketball.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"images": [ | ||
{ | ||
"filename": "baseline_sports_basketball_black_24pt_1x.png", | ||
"idiom": "universal", | ||
"scale": "1x", | ||
"size": "24x24" | ||
}, | ||
{ | ||
"filename": "baseline_sports_basketball_black_24pt_2x.png", | ||
"idiom": "universal", | ||
"scale": "2x", | ||
"size": "24x24" | ||
}, | ||
{ | ||
"filename": "baseline_sports_basketball_black_24pt_3x.png", | ||
"idiom": "universal", | ||
"scale": "3x", | ||
"size": "24x24" | ||
} | ||
], | ||
"info": { | ||
"author": "xcode", | ||
"template-rendering-intent": "template", | ||
"version": 1 | ||
} | ||
} |
Binary file added
BIN
+260 Bytes
...cassets/sports_basketball.imageset/baseline_sports_basketball_black_24pt_1x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+522 Bytes
...cassets/sports_basketball.imageset/baseline_sports_basketball_black_24pt_2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+793 Bytes
...cassets/sports_basketball.imageset/baseline_sports_basketball_black_24pt_3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions
27
Example/CNTimelineCellDemo/Assets.xcassets/star.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"images": [ | ||
{ | ||
"filename": "baseline_star_black_24pt_1x.png", | ||
"idiom": "universal", | ||
"scale": "1x", | ||
"size": "24x24" | ||
}, | ||
{ | ||
"filename": "baseline_star_black_24pt_2x.png", | ||
"idiom": "universal", | ||
"scale": "2x", | ||
"size": "24x24" | ||
}, | ||
{ | ||
"filename": "baseline_star_black_24pt_3x.png", | ||
"idiom": "universal", | ||
"scale": "3x", | ||
"size": "24x24" | ||
} | ||
], | ||
"info": { | ||
"author": "xcode", | ||
"template-rendering-intent": "template", | ||
"version": 1 | ||
} | ||
} |
Binary file added
BIN
+263 Bytes
...NTimelineCellDemo/Assets.xcassets/star.imageset/baseline_star_black_24pt_1x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+473 Bytes
...NTimelineCellDemo/Assets.xcassets/star.imageset/baseline_star_black_24pt_2x.png
Oops, something went wrong.
Binary file added
BIN
+706 Bytes
...NTimelineCellDemo/Assets.xcassets/star.imageset/baseline_star_black_24pt_3x.png
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters