Changelog History
Page 4
-
v0.6.1 Changes
Adjustments for Xcode 10.
-
v0.6.0 Changes
Autorotation flag for entries - pull-request
โ Additional documentation in README.md.
-
v0.5.9 Changes
Issue #85
๐ Lifecycle event
willDisappear
does not get called on swipe and prompt removeal of entry. -
v0.5.8 Changes
Issues Resolved:
๐ Allow injecting content into text field in form entry preset
How to set the value (not placeholder) to textfield for Forms preset? #79
๐ To support text injection to
EKTextField
, some minor changes have been done:EKTextField
'stext
property has a setter now.TextFieldContent
'soutput
has been changed totextContent
and has a setter now.outputWrapper
- changed tocontentWrapper
.
-
v0.5.7 Changes
๐ Changes:
Dismiss entries using
touchesEnded
instead oftouchesBegan
.๐ Issues Fixed
-
v0.5.5 Changes
๐ Bug Fix
Status Bar Visibility
Status bar visibility using a view controller based status bar appearance
๐ Improvements
Entry Name
Entry can have a name. That property can be optionally set. Also,
SwiftEntryKit
is added a new method:public class func isCurrentlyDisplaying(entryNamed name: String? = default) -> Bool
It can be used to inquire if a certain entry is currently displayed. It might prove helpful to troubleshoot some issues using it, and it also a boilerplate for future developments.
-
v0.5.4 Changes
๐ Changes
๐ Status Bar Style Appearance
๐ SwiftEntryKit supports applications that defines status bar behaviour that is based on the presented view controller. The related issue.
Key Window
0๏ธโฃ Setting the entry window is key is not the default behavior anymore. The API โช
public class func display(entry view: UIView, using attributes: EKAttributes, presentInsideKeyWindow: Bool = default, rollbackWindow: RollbackWindow = default)
โชpublic class func display(entry viewController: UIViewController, using attributes: EKAttributes, presentInsideKeyWindow: Bool = default, rollbackWindow: RollbackWindow = default)
Visual Effect View Mask (Entry Background)
Performed only when really needed
-
v0.5.3 Changes
๐ Feature:
- EKNotificationMessage has broken layout #64 - Add margins to
EKNotificationMessage
.
๐ Bug Fixes:
- Animations of alert and EKRatingMessageView.
- Constraints conflict in EKRatingMessageView
- EKNotificationMessage has broken layout #64 - Add margins to