SwiftEntryKit is a presentation library for iOS. It can be used to easily display overlays within your iOS apps.
swift
alert
banner
popup
notification
entry
messages
actionsheet
uialertcontroller
alertviewcontroller
uiwindow
swift4
modalview
swiftentrykit
dark-modes
-
Updated
Mar 23, 2021 - Swift
What did you do?
I was trying to present the picker view controller modally (custom view container).
What did you expect to happen?
The view gets properly displayed without any warnings.
What happened instead?
I got warnings about breaking layout constraints. It seems like the preview color view has a fixed height, therefore I need to provide the exact height for the color picker