Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

detailTextLabel not working in TableViewCell #809

Closed
01taylop opened this issue Jul 15, 2017 · 2 comments
Closed

detailTextLabel not working in TableViewCell #809

01taylop opened this issue Jul 15, 2017 · 2 comments

Comments

@01taylop
Copy link

01taylop commented Jul 15, 2017

It seems that the detailTextLabel is not displaying inside TableViewCell.

  1. I have just downloaded Samples and am looking at the Search example:
    cd Downloads/Samples-master/Projects/Programmatic/Search

  2. Install Pods:
    pod install

Installing Graph (2.1.4)
Installing Material (2.6.3)
  1. In SampleData.swift I can see that each Entity has a status:
    u1["status"] = "Making the world a better place, one line of code at a time."

  2. The status is being used in UserTableView but it is not displayed.
    cell.detailTextLabel?.text = user["status"] as? String

simulator screen shot 15 jul 2017 16 20 53

@daniel-jonathan
Copy link
Member

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.

@daniel-jonathan
Copy link
Member

You can find a fix for this in Material 2.7.0 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants