Skip to content

Commit

Permalink
Remove debug code that broke the view controller's section of the Dem…
Browse files Browse the repository at this point in the history
…o app.
  • Loading branch information
wtmoose committed Sep 3, 2018
1 parent cf01c55 commit 07597ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.

## 5.0.1

### Fixes

* Remove debug code that broke the view controller's section of the Demo app.

## 5.0.0

### Breaking Changes
Expand Down
8 changes: 0 additions & 8 deletions Demo/Demo/ViewControllersViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ class ViewControllersViewController: UIViewController {
@objc @IBAction private func dismissPresented(segue: UIStoryboardSegue) {
dismiss(animated: true, completion: nil)
}

override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
if let segue = segue as? SwiftMessagesSegue {
segue.configure(layout: .bottomCard)
segue.dimMode = .blur(style: .dark, alpha: 0.9, interactive: true)
segue.messageView.configureNoDropShadow()
}
}
}

class SwiftMessagesTopSegue: SwiftMessagesSegue {
Expand Down
2 changes: 1 addition & 1 deletion SwiftMessages.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'SwiftMessages'
spec.version = '5.0.0'
spec.version = '5.0.1'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/SwiftKickMobile/SwiftMessages'
spec.authors = { 'Timothy Moose' => '[email protected]' }
Expand Down

0 comments on commit 07597ba

Please sign in to comment.