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.enter image description here

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

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -