Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timbodeit committed Jan 12, 2016
1 parent a18520c commit 5f15c60
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

## Version 0.2.0

* Keep background color for nested subviews
by [Daniel Strittmatter](https://github.com/dsmatter)

## Version 0.1.0

Initial Release

2 changes: 1 addition & 1 deletion KeepBackgroundCell.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "KeepBackgroundCell"
s.version = "0.1.0"
s.version = "0.2.0"
s.summary = "Prevent UITableViewCell from making subviews transparent on selection and highlight"
s.description = <<-DESC
Whenever a UITableViewCell is selected or highlighted, it automatically sets the
Expand Down

0 comments on commit 5f15c60

Please sign in to comment.