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

Make models optional #213

Merged
merged 3 commits into from Dec 8, 2017
Merged

Make models optional #213

merged 3 commits into from Dec 8, 2017

Conversation

edjiang
Copy link
Contributor

@edjiang edjiang commented Nov 30, 2017

  • Make Models Optional
  • Update samples & CHANGELOG

@edjiang edjiang changed the base branch from master to develop November 30, 2017 23:32
dateFormatter.dateStyle = .short
dateFormatter.timeStyle = .short
cell.detailTextLabel?.text = "\(dateFormatter.string(from: startTime)) to \(dateFormatter.string(from: endTime))"
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

else cell.detailTextLabel?.text = ""
?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@edjiang edjiang merged commit 84cdb6d into develop Dec 8, 2017
@edjiang edjiang deleted the nullable-models branch December 8, 2017 22:05
edjiang added a commit that referenced this pull request Feb 5, 2018
* Make models optional. Update sample apps and CHANGELOG

* add more color to changelog

* Add empty string for when no detail text
edjiang added a commit that referenced this pull request Feb 6, 2018
* Make models optional. Update sample apps and CHANGELOG

* add more color to changelog

* Add empty string for when no detail text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants