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
This was a good find. I made updates to Material and the sample to fix the issue. I will update this issue once I release it from the development branch. Shouldn't be long at all.
It seems that the
detailTextLabel
is not displaying insideTableViewCell
.I have just downloaded Samples and am looking at the Search example:
cd Downloads/Samples-master/Projects/Programmatic/Search
Install Pods:
pod install
In
SampleData.swift
I can see that eachEntity
has a status:u1["status"] = "Making the world a better place, one line of code at a time."
The status is being used in
UserTableView
but it is not displayed.cell.detailTextLabel?.text = user["status"] as? String
The text was updated successfully, but these errors were encountered: