- Mar 10, 2022
-
-
daltron authored
-
Dalton Hinterscher authored
This reverts commit f87d603e.
-
wan-ps authored
* Added a parameter to function Show for developer to decide if the accessibility notification should be posted. * Moved the shouldPostAccessibilityNotification from the parameter to a public property of the Banner class. * Fixed a typo on comment.
-
xysT2W authored
When there are more than one connectedScene. Such as Airplay. The code: 'UIApplication.shared.connectedScenes .first { $0.activationState == .foregroundActive || $0.activationState == .foregroundInactive } .map { $0 as? UIWindowScene } .map { $0?.windows.first } ' return a type 'UIWindowScene??'. So, the operator '??' will not work. You have to flatMap it.
-
Zongyao Qu authored
* [GOL-187] fix nil crash * [GOL-187] fix nil crash * 更改显示时间 * Update NotificationBannerSwift.podspec
-
Chad Garrett authored
-
Masroor Elahi authored
Co-authored-by:
Masroor Elahi <maela@ciklum.com>
-
theedov authored
-
Rasmus Styrk authored
* Addded section for swift package manager * Fix SPM headline * Fix spelling * Fix spelling
-
Alex Lykesas authored
* Fix initial values for start & end Frame * Fix CGRect = .zero Co-authored-by:
Alexandros Lykesas <alexandros.lykesas@untis.at>
-
- Dec 17, 2020
-
-
daltron authored
-
- Dec 13, 2020
-
-
daltron authored
-
Dalton Hinterscher authored
Feature/314 add a11y support
-
Michael Steudter authored
-
Michael Steudter authored
-
- Dec 11, 2020
-
-
Dalton Hinterscher authored
Fix crash in bannerPositionFrame when appWindow returns nil
-
Dalton Hinterscher authored
Sometimes app is visible but it's in inactive state. For example whil…
-
Dalton Hinterscher authored
README typo fix
-
- Nov 24, 2020
-
-
Tieda authored
xCode -> Xcode
-
- Oct 28, 2020
-
-
Shayan Aghajan authored
Sometimes app is visible but it's in inactive state. For example while we are seeing to app window after dismissing the login with Apple pop up. So, if this state is not mentioned in the code, app will crash.
-
- Oct 14, 2020
-
-
Michael Steudter authored
-
misteu authored
Update README.md
-
- Oct 06, 2020
-
-
Pawin Thepbanchaporn authored
-
- Sep 02, 2020
-
-
Dalton Hinterscher authored
-
- Jul 06, 2020
-
-
Dalton Hinterscher authored
-
- Jun 24, 2020
- Jan 28, 2020
-
-
Dalton Hinterscher authored
Propagate bannerPosition for enqueued banners
-
- Jan 02, 2020
-
-
Dalton Hinterscher authored
#231 swift package manager support
-
- Dec 20, 2019
-
-
Menno Lovink authored
-
- Nov 29, 2019
-
-
Federico Frappi authored
-
- Nov 20, 2019
-
-
Menno Lovink authored
-
Menno Lovink authored
ref #231 - start relying on master branch of Marquelabel in order to prevent problems when previous (merged) branch is deleted. Follow up: start relying on version tag as soon as a new releasy is available.
-
Menno Lovink authored
-
- Nov 17, 2019
-
-
Dalton Hinterscher authored
Fix UIWindow+orientiation is not added into Xcode project.
-
Binh An Tran authored
-
- Nov 15, 2019
-
-
daltron authored
-
daltron authored
-
lvnkmn authored
-
Gabriel Martelo authored
* Add UIWindow extension to fix orientation issues. * Replace deprecated notifications * Replace statusBarOrientation by UIDevice orientation in UIWindow extension
-