Skip to content

Commit

Permalink
Update version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kf99916 committed Oct 25, 2017
1 parent cebb2e8 commit 944e1b2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## Version 1.2
- Add a illustration

## Version 1.1
- Migrate to Swift 4
- Fix the issue: [There is a tiny white line between the arrow and the bubble in demo project.](https://github.com/kf99916/TimelineTableViewCell/issues/7)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ The cell is represented by a TimelineTableViewCell object.
`titleLabel: UILabel!` the title in the bubble
`descriptionLabel: UILabel!` the description
`lineInfoLabel: UILabel!` the information about line
`thumbnailImageView: thumbnailImageView!` the thumbnail
`thumbnailImageView: UIImageView!` the thumbnail
`illustrationImageView: UIImageView!` the illustration
`var bubbleRadius: CGFloat` the radius of the bubble corners (default `2.0`)
`var bubbleColor: UIColor` the color of every bubble (default `.init(red: 0.75, green: 0.75, blue: 0.75, alpha: 1.0)`)

Expand Down
2 changes: 1 addition & 1 deletion TimelineTableViewCell.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'TimelineTableViewCell'
s.version = '1.1'
s.version = '1.2'
s.summary = 'Simple timeline view implemented by UITableViewCell'

# This description is used to generate tags and improve search results.
Expand Down
Binary file modified screenshots/timelineTableView.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 944e1b2

Please sign in to comment.