Rudrank Riyam

Results 69 comments of Rudrank Riyam

Thank you for your feedback! I hope from modularity you mean that all four versions would share the same code, with only some differences; and apps' app-icons and splash images...

Thank you for your response @roger-tan. I thought on the same line as yours. I was inspired by [this](https://github.com/Ramotion/paper-onboarding). I have an Android Phone, and I will send a screencast...

@roger-tan Yes, we will create our own OnBoarding... that library was an inspiration Here's how the Android team has done in the Android Application (running 8.0.0) - ![offonboarding1](https://user-images.githubusercontent.com/30552772/39326098-9c7360aa-49b1-11e8-8980-4c57a4c671fc.jpeg) ![offonboarding2](https://user-images.githubusercontent.com/30552772/39326100-9cca8146-49b1-11e8-99c4-08ff1f444891.jpeg) ![offonboarding3](https://user-images.githubusercontent.com/30552772/39326101-9d1fa446-49b1-11e8-8879-b3ef67dc6ccc.jpeg)...

Thank you for your review @Sameesunkaria ! And thanks for the skin tone names! I will edit the skinTone array from `let skinTones: [(name: String?, color: UIColor)]` to `let skinTones:...

@himpierre in 2.0.0, there has been an API change for the info request from `api/v1/info` to `api/info` This has been fixed and merged into develop - https://github.com/RocketChat/Rocket.Chat.iOS/pull/2753 But not yet...

@zsliu for now, you can checkout the `revert-2690-revert-2689-swift5` branch!

[RadioShow](https://developer.apple.com/documentation/musickit/radioshow): 7 properties to create using a custom decoder. [Curator](https://developer.apple.com/documentation/musickit/curator): 7 properties to create using a custom decoder. Have a look at this thread here to under how both of...

Hi @paulcanyon, this framework is a companion to the **MusicKit** framework by Apple, written in Swift and for SwiftUI. It targets iOS 15+; however `RadioShow` and `Curator` were added later...

It should be another method because it will take longer to fetch extra data.

@suriksarkisyan Just want to update you that they have added support for iOS 13+. It is available with Xcode beta 13.2, and hopefully, 13.2 should be released soon!