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: