PopupDialogCustomExample
PopupDialogCustomExample copied to clipboard
Detail label not appearing
The detail label isn't showing in the TableView, i've tried increasing the height of the cell and changing the detail labels isHidden property to true in cellForRowAtIndexPath(), none of which work. Got a feeling theres something small i'm missing.
Thanks in advance.
I'm facing the same issue. Did you find any solution?
Had to create a custom cell for the table view
Yes this worked. Thanks