Does anyone know how to change the color of a row outside of an event handler? Trying to do this in a function.
Thank you!!!
Does anyone know how to change the color of a row outside of an event handler? Trying to do this in a function.
Thank you!!!
We have already been over this. Please don’t start new threads about topics that have already been thoroughly covered in another thread… it’s a nuisance and an insult to the work we’ve already done on your behalf. If you’re going to be “that guy”, you might as well bump the existing posts every day or two like the other losers that keep trying to annoy us into helping them. You are trying to do something not really intended to be done in ASStudio. ASStudio data sources and drawing methods are painfully slow for table views, making this sort of customization aesthetically undesirable. Table views are unique, complicated objects with very finite abilities. You can’t just treat them as static objects that can be manipulated in this way. They are dynamic, data-driven entities that you need to fully understand to appreciate… and you’re obviously not getting it. Either work with the ASStudio handlers you’ve already been shown, start working in obj-c, or scrap the idea… it can’t be done the way you want it to. Period.