I have created an app using table view, now I have a problem,
I am not understanding how to display text in both alignment right and left into table cell.
can any one tell me, how to do it?
How to set text in table cell to Right and Left in iOS
Ask by Anonymous User
Updated 17 Nov 2015
I think you are not using appropriate table cell style,
your table cell style is set by default this: UITableViewCellStyleDefault
replace it with this: UITableViewCellStyleSubtitle in your code:
Example: