yoheimuta / RxMusicPlayer

A reactive library to make it easy for audio playbacks using RxSwift.
MIT License
58 stars 8 forks source link

Put all the songs in UITableView #22

Closed niraj547 closed 2 years ago

niraj547 commented 3 years ago

Hi I have a question, hope you can help, I wanted to put all songs in UITable view and play only if the cell is tapped or the button inside the cell is tapped. Is that possible RxMusicPlayer??

Thanks

rastaman111 commented 3 years ago

Hi, yes, i did the same

niraj547 commented 3 years ago

Can u give me some examples because I tried and the same song is repeated in each row. That would be great help

Thanks

rastaman111 commented 3 years ago

I threw an array of links into a table and when I clicked on a cell, I took a certain link and sent it to the player