Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add parameter forceDismiss to dismissActiveNotification method #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

azrle
Copy link

@azrle azrle commented Feb 20, 2014

Add + (BOOL)dismissActiveNotification:(BOOL)forceDismiss method in order to dismiss the message even if it is not fully displayed.

Here is the use case.

We first display a message showing that we are loading data, and then data comes before the animation has finished. At this moment, we want to force it to dismiss the loading message even if it is not fully displayed.

…er to dismiss the message even if it is not fully displayed
@KrauseFx KrauseFx added this to the 1.0 milestone Feb 22, 2014
dennisreimann added a commit that referenced this pull request Feb 23, 2014
Thanks for the contribution @azrle. I had to reimplement the functionality because of the extensive changes we made meanwhile when working on 1.0
@dennisreimann
Copy link
Contributor

@KrauseFx In case you want to release another pre-1.0 version this pull request can be merged. For 1.0 I added the functionality with a separate commit (4220b1e)

@KrauseFx
Copy link
Owner

@dennisreimann Thanks for migrating the changes to the current develop branch.

We could merge this PR and release one last version before 1.0 that features this PR and also the default behaviour of tap to dismiss

@mRs-
Copy link
Collaborator

mRs- commented Apr 3, 2014

I handle this merge request for supporting the 0.X Version as long as we can.

@mRs- mRs- self-assigned this Apr 3, 2014
@mRs- mRs- added the bug label Apr 3, 2014
@azrle azrle unassigned mRs- Jan 14, 2015
LukeDurrant added a commit to LukeDurrant/TSMessages that referenced this pull request Mar 29, 2015
* upstream/develop: (27 commits)
  Add swipe callback
  Also set swipe direction when setting position
  Improve check for hidden navigationbar
  Fix case where there is no navigation controller
  Reimplement forcing message dismissal as in KrauseFx#113
  Change delegation method to define custom offset
  Change userDismissEnabled and make it default
  * Updated alternative design file to fit iOS 7 style
  Improved shadow color of text in alternativeDesign.json
  Fix naming I oversaw
  Improve interface with convenience methods
  Update README
  Consolidate naming
  Remove unused defines
  Use dispatch_once for singleton initialization
  Remove state variable
  Remove xccheckout file from repository
  Move custom design handling to TSMessage class
  Rename showOrEnqueueNotification method
  Refactor initializers
  ...

Conflicts:
	Example/TSMessages.xcworkspace/xcshareddata/TSMessages.xccheckout
	Example/TSMessages/Base.lproj/Main_iPhone.storyboard
	Example/TSMessages/TSDemoViewController.h
	Example/TSMessages/TSDemoViewController.m
	ExampleProject/Example.xcodeproj/project.pbxproj
	ExampleProject/Pods/Local Podspecs/TSMessages.podspec
	ExampleProject/Pods/Pods-resources.sh
	ExampleProject/Pods/Pods.xcodeproj/project.pbxproj
	Pod/Assets/NotificationBackgroundError.png
	Pod/Assets/NotificationBackgroundError@2x.png
	Pod/Assets/NotificationBackgroundErrorIcon.png
	Pod/Assets/NotificationBackgroundErrorIcon@2x.png
	Pod/Assets/NotificationBackgroundMessage.png
	Pod/Assets/NotificationBackgroundMessage@2x.png
	Pod/Assets/NotificationBackgroundSuccess.png
	Pod/Assets/NotificationBackgroundSuccess@2x.png
	Pod/Assets/NotificationBackgroundSuccessIcon.png
	Pod/Assets/NotificationBackgroundSuccessIcon@2x.png
	Pod/Assets/NotificationBackgroundWarning.png
	Pod/Assets/NotificationBackgroundWarning@2x.png
	Pod/Assets/NotificationBackgroundWarningIcon.png
	Pod/Assets/NotificationBackgroundWarningIcon@2x.png
	Pod/Assets/NotificationButtonBackground.png
	Pod/Assets/NotificationButtonBackground@2x.png
	Pod/Classes/TSMessage.m
	Pod/Classes/TSMessageView.m
	README.md
	TSMessages.podspec
	TSMessages/Classes/TSMessage.h
	TSMessages/Resources/Images/MessageBackgroundDefault.png
	TSMessages/Resources/Images/MessageBackgroundDefault@2x.png
	TSMessages/Resources/Images/MessageBackgroundError.png
	TSMessages/Resources/Images/MessageBackgroundError@2x.png
	TSMessages/Resources/Images/MessageBackgroundErrorIcon.png
	TSMessages/Resources/Images/MessageBackgroundErrorIcon@2x.png
	TSMessages/Resources/Images/MessageBackgroundSuccess.png
	TSMessages/Resources/Images/MessageBackgroundSuccess@2x.png
	TSMessages/Resources/Images/MessageBackgroundSuccessIcon.png
	TSMessages/Resources/Images/MessageBackgroundSuccessIcon@2x.png
	TSMessages/Resources/Images/MessageBackgroundWarning.png
	TSMessages/Resources/Images/MessageBackgroundWarning@2x.png
	TSMessages/Resources/Images/MessageBackgroundWarningIcon.png
	TSMessages/Resources/Images/MessageBackgroundWarningIcon@2x.png
	TSMessages/Resources/Images/MessageButtonBackground.png
	TSMessages/Resources/Images/MessageButtonBackground@2x.png
	TSMessages/Resources/Images/NotificationBackgroundError.png
	TSMessages/Resources/Images/NotificationBackgroundError@2x.png
	TSMessages/Resources/Images/NotificationBackgroundErrorIcon.png
	TSMessages/Resources/Images/NotificationBackgroundErrorIcon@2x.png
	TSMessages/Resources/Images/NotificationBackgroundMessage.png
	TSMessages/Resources/Images/NotificationBackgroundMessage@2x.png
	TSMessages/Resources/Images/NotificationBackgroundSuccess.png
	TSMessages/Resources/Images/NotificationBackgroundSuccess@2x.png
	TSMessages/Resources/Images/NotificationBackgroundSuccessIcon.png
	TSMessages/Resources/Images/NotificationBackgroundSuccessIcon@2x.png
	TSMessages/Resources/Images/NotificationBackgroundWarning.png
	TSMessages/Resources/Images/NotificationBackgroundWarning@2x.png
	TSMessages/Resources/Images/NotificationBackgroundWarningIcon.png
	TSMessages/Resources/Images/NotificationBackgroundWarningIcon@2x.png
	TSMessages/Resources/Images/NotificationButtonBackground.png
	TSMessages/Resources/Images/NotificationButtonBackground@2x.png
	TSMessages/Views/TSMessageView.h
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants