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?
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:
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
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: