Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
Update changelog and podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
luispadron committed Dec 18, 2017
1 parent e5dd997 commit b7a62eb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# UIEmptyState CHANGELOG

## Version 3.1.0

- Added new `emptyStateImageViewTintColor`, which allows applying a tint color to the default `UIEmptyStateView`'s image view.
- Added new `emptyStateViewCenterYOffset`, which allows offsetting the vertical center position for the empty state view.
- Example project now uses local `UIEmptyState` pod, to allow for local development and easier testing.

Changes made by: [gabmarfer](https://github.com/gabmarfer), thanks!

## Version 3.0.0

- Fixed bug where `UIEmptyStateDataSource.emptyStateView` computed property and the the `UIViewController+UIEmptyState.emptyStateView` properties conflicted thus not allowing creation of custom view.
Expand Down
2 changes: 1 addition & 1 deletion UIEmptyState.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "UIEmptyState"
s.version = "3.0.0"
s.version = "3.1.0"
s.summary = "An empty state control to give visually appealing context when building iOS applications."
s.description = <<-DESC
Empty state control which gives context with either a message, image, and buttons to the user when ever there is a reason the state is empty.
Expand Down

0 comments on commit b7a62eb

Please sign in to comment.