Roberto Esposito
Roberto Esposito
Hi @patchthecode, I've added you to the github project for the app I'm testing. It is not really a "sample app", but it is the best I can do at...
> Hey, just getting back to this. Had a busy week. > What is the link to the project? I didnt see any notifications. If its a private project, can...
Hi @patchthecode, do not waste your time. I just realised I was working on code that has not been yet committed. You would not be able to compile the project....
Hi Jay, I didn’t mean to imply you were bothered. This is not my first language so maybe it came off differently to what I intended. I know very well...
Here I am. Cleaned up the project and fixed the repository. I still have the problem unfortunately. I'm reopening the issue. Also, to simplify your work I have uploaded a...
> Try to implement the prepareForReuse() function in the cellView like this: > > ```swift > override func prepareForReuse() { > resetAllTheUIWithBasicStyle() > } > ``` > > I had...
> Can you put here your reset code and you style code for the cell? Sure, sorry for the delay: https://gist.github.com/boborbt/d1aca6c8fcd00a10db5ffc4aea3038e1 Thanks in advance.
@patchthecode any news about this issue? I've tried to investigate more about why this happens, but I really cannot figure out anything useful... An additional piece of information that might...
Hi Jay, I found the problem. If you look at my code (I shared the relevant class in gist https://gist.github.com/boborbt/d1aca6c8fcd00a10db5ffc4aea3038e1), I updated the appearance of cells using the following function:...