SwiftEntryKit is a presentation library for iOS. It can be used to easily display overlays within your iOS apps.
-
Updated
Apr 3, 2022 - Swift
{{ message }}
SwiftEntryKit is a presentation library for iOS. It can be used to easily display overlays within your iOS apps.
Quickly reproduce the dropdown UIPickerView / ActionSheet functionality on iOS.
Help you pop up custom views easily. and support pop-up animation, layout position, mask effect and gesture interaction etc.
Sheeeeeeeeet is a Swift library for creating menus, custom action sheets, context menus etc.
A fully customizable popup style menu for iOS
An elegant ActionSheet component for React Native.
优雅的可自定义 Alert ActionSheet
Customizable implementation of UIAlertViewController, UIAlertView and UIActionSheet. All in one. You can customize every detail. Make AlertView of your dream! :)
A cross-platform ActionSheet for React Native
A Custom&Powerful Action Sheet For iOS. 一个 ActionSheet 满足所有样式!超高自由度的可定制!
一款简约而不失强大的 ActionSheet,微博、微信和 QQ 都采用了极其类似的样式,完全支持 Swift。
A Cross Platform(Android & iOS) ActionSheet with a flexible api, native performance and zero dependency code for react native. Create anything you want inside ActionSheet.
一款非常简单的展示工具。提示框,加载框,空白页提示,alert弹出框。一行代码搞定所有操作。
一个集成TabLayout、UIAlertDialog、UIActionSheetDialog、UIProgressDialog、TitleBarView(自带沉浸式标题栏)、CollapsingTitleBarLayout、RadiusView(圆角及状态背景设置View解放shape文件)、KeyboardHelper(软键盘控制及遮挡控制类)、StatusViewHelper(状态栏沉浸帮助类)、NavigationViewHelper(导航栏沉浸式帮助类)、AlphaViewHelper(View透明度控制帮助类) 等项目常用UI库
快速实现控制器的转场和View的快速popover显示,并支持自定义动画、手势退场
A custom-designed reimplementation of the UIActionSheet control for iOS
Combine SRActionSheet and SRAlertView into SRPopups.
Highly customized, lightweight alert controller. Replacement of UIAlertController.
无依赖 mini 组件库,只封装了 alert, toast, loading, actionSheet 等使用频率较高的组件。适用于类似 H5 活动页的简单移动端项目,不必为了使用这些组件而引入一个大而全的 UI 库和框架。
Add a description, image, and links to the actionsheet topic page so that developers can more easily learn about it.
To associate your repository with the actionsheet topic, visit your repo's landing page and select "manage topics."
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