I currently have a table cell that can pan right to refresh content but I would like to add a activity indicator to the left in the white space. My cell is custom but I dont think you can add the indicator in the customcell.m because it only allows you to place subviews in the boundaries of the cell. Dont mind the text in the cells.

I currently have a table cell that can pan right to refresh content but
Share
If the cell’s content view has the “clipsToBounds” property set to false, you could just add the activity indicator outside of the bounds of the cell’s content view. Perhaps in the x value of -50, or something along those lines.