Files
Woka_Native_iOS/WOKA/Assets/Assets.xcassets/WebSeries/PlayButton.imageset/Contents.json
Bilal 1f650bd2b7 - added api for fetching the episode as per the selected category
- made the category collection cells dynamic
- handled the category selection will call the episode api
- solved activity indicator view at the splash start-up
- handled the app lifecycle for live tv app going in foreground and background
- handled play pause while the live tv view apperas and disappears
- Made the likes and favourites dynamic on episode screen
2024-06-21 19:35:40 +05:30

27 lines
457 B
JSON

{
"images" : [
{
"filename" : "PlayButton.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "PlayButton@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "PlayButton@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}