objective c - Collection View not displaying properly -
i'm having collection view , segment control , arraycontroller. used setfilterpredicate: method filter data based on segment pressed , displayed in collectionview. problem filtered data displayed in collectinview loactions misplaced.
can see collection items displayed @ middle of collection view? how can bring them front?
i used [arraycontroller removeobjects:[arraycontroller content]]; instead of [arraycontroller removeobjects:[arraycontroller arrangedobjects]];. replaced arranged objects content.
Comments
Post a Comment