i am implementing an app that has 2 images that i need to display on the same tableviewcell.
however i can NOT subclass tableviewcell what so ever, due to the way the app is set up. so i would like to programmatically create an image view, then add to cell.contentview, but it just comes out wrong. Any Help Would be greatly appreciated.
1 Answer