Ahh. Hope this will help someone else out who might run into this.
Though this code works against the cell just fine, that is because the cell
already has a border color defined as black. The imageView does not and
therefore requires a border color to be set like so:
[cell.imageView.layer se
I've looked around StackExchange and though there are many suggestions on how
to add borders to UITableViewCells, which I've tested and which work, I'm at a
loss on how to add a border to a UITableViewCell's imageView.
Within tableView:cellForRowAtIndexPath, I've got this code:
UITableViewC
Anyone know how to properly set the borderWidth on a UITableViewCell's
image.imageView layer?
Setting the layer's borderWidth and borderColor work just fine on a
UITableViewCell's layer, when setting them in tableView:cellForRowAtIndexPath,
but the same code on the cell.imageView.layer has no