Commit f6ef091a by Demid Merzlyakov

MoonPhaseCell: when using approximateMoonrise, use "--" instead of moonrise time.

parent 63a87a9a
...@@ -148,7 +148,7 @@ class MoonPhaseCell: UITableViewCell { ...@@ -148,7 +148,7 @@ class MoonPhaseCell: UITableViewCell {
moonriseTimeLabel.text = MoonPhaseCell.dateFormatter.string(from: moonrise) moonriseTimeLabel.text = MoonPhaseCell.dateFormatter.string(from: moonrise)
} }
else { else {
moonriseTimeLabel.text = "" moonriseTimeLabel.text = "--"
} }
moonsetTimeLabel.text = MoonPhaseCell.dateFormatter.string(from: moonset) moonsetTimeLabel.text = MoonPhaseCell.dateFormatter.string(from: moonset)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment