Kyle Sherman

Results 17 comments of Kyle Sherman

I read in the code comments that you started to have some kind of explanation about why you didn't use an optional, but it didn't make sense to me. I...

Ohh I see. That explains it. Did you try maybe utilizing the replaceIfNil so that you knew when it was nil? Idk if that would work well because then you’d...

Hmm. That’s true it is less code. Just seems like more clever and brings about questions for someone new coming to it. Definitely an interesting case. Thanks for going back...

Thanks for reporting this. I'm not sure if there as an issue or not. Can you please give me a little more detail as to the exact situation you are...

Sorry for taking so long to look into this. I don't see anything that looks suspicious when I run it. If it were a memory leak, I should see the...

I'm thinking that this should be possible currently. The demo is just a demo of one way to use it. But, if you just don't change the alpha to 0...

@gauravthummar Would you be able to let me know if this issue is resolved or not, so that I can close it if it is?

I unfortunately have not taken the time to try and implement this. This would be a nice feature to add though. I'm pretty sure it should be doable.

You shouldn't need to do that. I would recommend using the view debugger to inspect your view controller and find where the UIImageView is in your hierarchy. It could be...

I will have to investigate to see what's going on and if maybe we just hadn't tested `UITableView` with these kinds of cases. The workaround you mentioned seems like a...