swift - Order NSMutableDictionary for use with UITableView Where key is used in section header -
i have nsmutabledictionary use uitableview, in table each section header value of key , cells each section derived key's value (an array).
i table view have specific key @ top , not quite sure how that.
i suggest changing data structure array of custom "tablesection" objects. each object have header property , array of values cells.
storing "tablesection" objects in mutable array lets order them whatever way need.
Comments
Post a Comment