You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When RelatedLinksViewController dataSource is empty, users should be able to add new links.
Currently, the container with textfields and submit button is implemented as tableView.tableFooterView and it is not displayed for an empty UITableView
The text was updated successfully, but these errors were encountered:
When
RelatedLinksViewController
dataSource is empty, users should be able to add new links.Currently, the container with textfields and submit button is implemented as
tableView.tableFooterView
and it is not displayed for an emptyUITableView
The text was updated successfully, but these errors were encountered: