diff options
author | Nicholas Tay <nick@windblume.net> | 2022-03-14 15:47:36 +1100 |
---|---|---|
committer | Nicholas Tay <nick@windblume.net> | 2022-03-14 16:06:32 +1100 |
commit | a8c3db459cc1be105dd910efb8bbc08bc163fb91 (patch) | |
tree | 2a523f0a71adc1be28fff0c9881e43f579ce3ab1 /foray/Assets.xcassets/tbg.imageset | |
parent | 2dc7c2df9ba4f6201d3dcefaa77a52425a65e2c7 (diff) | |
download | forayios-a8c3db459cc1be105dd910efb8bbc08bc163fb91.tar.gz forayios-a8c3db459cc1be105dd910efb8bbc08bc163fb91.tar.bz2 forayios-a8c3db459cc1be105dd910efb8bbc08bc163fb91.zip |
Learning UITableViewController: array data + custom cells
Forgot to commit after finishing just the using array data bit. So committing with the custom cells done.
https://www.ralfebert.com/ios-examples/uikit/uitableviewcontroller/
Diffstat (limited to 'foray/Assets.xcassets/tbg.imageset')
-rw-r--r-- | foray/Assets.xcassets/tbg.imageset/Contents.json | 21 | ||||
-rw-r--r-- | foray/Assets.xcassets/tbg.imageset/tbg.png | bin | 0 -> 30866 bytes |
2 files changed, 21 insertions, 0 deletions
diff --git a/foray/Assets.xcassets/tbg.imageset/Contents.json b/foray/Assets.xcassets/tbg.imageset/Contents.json new file mode 100644 index 0000000..eca59d1 --- /dev/null +++ b/foray/Assets.xcassets/tbg.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "filename" : "tbg.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/foray/Assets.xcassets/tbg.imageset/tbg.png b/foray/Assets.xcassets/tbg.imageset/tbg.png Binary files differnew file mode 100644 index 0000000..83018da --- /dev/null +++ b/foray/Assets.xcassets/tbg.imageset/tbg.png |