You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can i creat a cell with different size in another section. Like, in section one , i want that in this section has only one cell,but the cell i wanted is 320x400;and in section two, there are lots of cells which are about 75x75. How can i do that? Hope somebody can help me.
The text was updated successfully, but these errors were encountered:
I'm pretty sure the current API doesn't allow it. Returning different cells for different sections could probably allow you to fake it (by changing the cell's appearance.)
@kolinkrewinkel thanks, i've already found a solution for this question. The hearder and the footer view could be replaced, so i make it as a different cell.
Hi,
I want to do the same...can you please explain a bit how did you achieved that by changing header and footer because as I am changing the cell size the layout later in the UI is disturbed completely.
Thank you in advance for your cooperation.
Also,Can I create entirely different cell to be loaded for a different section. Because I tried to create new .h and .m files and later loaded them in a particular section but those cells are not visible.
How can i creat a cell with different size in another section. Like, in section one , i want that in this section has only one cell,but the cell i wanted is 320x400;and in section two, there are lots of cells which are about 75x75. How can i do that? Hope somebody can help me.
The text was updated successfully, but these errors were encountered: