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

Commit

Permalink
Update change log and podspec to version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Padron committed Jun 12, 2017
1 parent 8c85d0a commit d908218
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# UIEmptyState Changelog

## Version 0.8.0

- Updated for Swift 4 and Xcode 9
- Now uses `safeAreaLayoutGuide` to adjust centering of empty state view, if on iOS 11 when `shouldAdjustToFitBars` returns `true`.
- Updated project to recommended settings in Xcode 9, set language to Swift 4 and `@objc inference` to `default`.

## Version 0.7.0

- Update constraints for labels so that they do not extend past the edges of the 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 = "0.7.0"
s.version = "0.8.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 d908218

Please sign in to comment.