Now I have two mutable array,
1.songsName MutableArray;
2.songUrl MutableArray;
on which songsName MutableArray contains huge collection of songs name list,the names are coming from url, and songUrl MutableArray contains corresponding url of songsName
am using xmlParser to retrieve this url content,custom cell is used for displaying the content,in my custom cell contains one label to display the song name and one play button to play the song I want to use search bar in this tableView now, Please help me to write code