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

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -