Is there a way to set the UITableViewCell.image to display on the right hand side of the cell instead of the left? Or will I need to add a separate UIImageView on the right side of the cell layout?
Objective-c – UITableViewCell with image on the right
iphoneobjective-cuiimageuiimageviewuitableview
Related Question
- Ios – What’s the difference between the atomic and nonatomic attributes
- Iphone – Toggling display of image in UITableViewCell
- Objective-c – How to set the title of a UIButton as left-aligned
- Ios – How to add spacing between UITableViewCell
- Ios – How to animate constraint changes
- Ios – How to use Auto Layout to move other views when a view is hidden
- Objective-c – Right and left margin to UITableViewCell
- Ios – UIImageView missing images in Launch Screen on device
Best Solution
No. But you can easily add an image view as the accessory view to a table cell for the same effect.