Material: detailTextLabel not working in TableViewCell

Created on 15 Jul 2017  路  2Comments  路  Source: CosmicMind/Material

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

help wanted investigate

All 2 comments

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.

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

PuneetKohli picture PuneetKohli  路  14Comments

kylebrowning picture kylebrowning  路  15Comments

mohpor picture mohpor  路  24Comments

tato469 picture tato469  路  17Comments

timoschwarzer picture timoschwarzer  路  19Comments