Is there a simple way to shift cell content to the right? Like a horizontal alignment or some sort of offset?
I’d rather not
-
include a blank cell.imageView.image, or
-
add spaces to each cell.textLabel.text.
Any ideas please. Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Create a
UIViewthat contains subviews positioned where you want, i.e. set their frames. Then set the cell’scontentViewproperty to this parent view.