skip to Main Content

how to populate array of dictionary values to tableview?-swift – Ios swift

I have a multidimensional array var sectionArray = [ ["sectionName":"Time","sectionData":[["fname":"true detective","date":"may 20"],["fname":"abbas","date":"may 10"]],"expanaded":false],["sectionName":"Message","sectionData":[["movie":"true","event":"Bring food"]] from this array I have to get fname keys value where fname is the value of the key sectionData.how will I achieve that? I have to…

VIEW QUESTION
Back To Top
Search