Posts

Post not yet marked as solved
0 Replies
695 Views
I do understand that Collection Views do not allow for static cells. I do believe it would be easier (in cases of data entry) to have static cells. In these cases, the actual number of cells will be minimal, so performance shouldn't be an issue. Attached is a demo view controller which attempts to do this. All seems to work well but I wanted feedback to know if there are any pitfalls I may run into. Specifically.... Calling dequeueReusableCell outside of the cellProvider. In the dequeueReusableCell, I pass an IndexPath of 0,0. I am not sure if there would be any issues when returning that static cell for a different index path (which is why I have the show/hide address button). Anything else I might be missing. I appreciate any help or feedback. ViewController
Posted
by xtaria.
Last updated
.