Here are
105 public repositories
matching this topic...
SwiftEntryKit is a presentation library for iOS. It can be used to easily display overlays within your iOS apps.
Updated
Oct 17, 2021
Swift
Quickly reproduce the dropdown UIPickerView / ActionSheet functionality on iOS.
Updated
Feb 28, 2022
Objective-C
The little alert that could
Updated
Oct 15, 2021
Swift
Help you pop up custom views easily. and support pop-up animation, layout position, mask effect and gesture interaction etc.
Updated
Apr 3, 2020
Objective-C
Sheeeeeeeeet is a Swift library for creating menus, custom action sheets, context menus etc.
Updated
Dec 7, 2021
Swift
A fully customizable popup style menu for iOS 😎
Updated
Mar 19, 2022
Swift
An elegant ActionSheet component for React Native.
Updated
Mar 15, 2022
JavaScript
优雅的可自定义 Alert ActionSheet
Updated
Dec 8, 2021
Objective-C
Customizable implementation of UIAlertViewController, UIAlertView and UIActionSheet. All in one. You can customize every detail. Make AlertView of your dream! :)
Updated
Jan 13, 2022
Objective-C
A cross-platform ActionSheet for React Native
Updated
Mar 1, 2022
TypeScript
A Custom&Powerful Action Sheet For iOS. 一个 ActionSheet 满足所有样式!超高自由度的可定制!
Updated
Jun 5, 2020
Objective-C
一款简约而不失强大的 ActionSheet,微博、微信和 QQ 都采用了极其类似的样式,完全支持 Swift。
Updated
Jul 8, 2019
Objective-C
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.
Updated
Mar 2, 2022
TypeScript
一款非常简单的展示工具。提示框,加载框,空白页提示,alert弹出框。一行代码搞定所有操作。
Updated
Sep 17, 2018
Objective-C
一个集成TabLayout、UIAlertDialog、UIActionSheetDialog、UIProgressDialog、TitleBarView(自带沉浸式标题栏)、CollapsingTitleBarLayout、RadiusView(圆角及状态背景设置View解放shape文件)、KeyboardHelper(软键盘控制及遮挡控制类)、StatusViewHelper(状态栏沉浸帮助类)、NavigationViewHelper(导航栏沉浸式帮助类)、AlphaViewHelper(View透明度控制帮助类) 等项目常用UI库
快速实现控制器的转场和View的快速popover显示,并支持自定义动画、手势退场
Updated
Mar 27, 2020
Objective-C
📑 Actionsheet with navigation features such as the Flipboard App
Updated
Oct 14, 2021
Swift
Swifty, modern UIAlertController wrapper.
Updated
Nov 1, 2020
Swift
🚀 🚀 🚀 TFPopup不生产弹框,它只是弹框的弹出工🚀 🚀 🚀 默认支持多种动画方式一行调用,支持完全自定义动画.
Updated
Mar 23, 2021
Objective-C
A custom-designed reimplementation of the UIActionSheet control for iOS
Updated
Sep 9, 2021
Objective-C
OverlayController easily pop your custom view and provide optional transition animation. written in swift 5.0
Updated
Aug 19, 2020
Swift
模仿微信底部ActionSheet, 支持横屏, 最低支持iOS6.
Updated
Dec 26, 2017
Objective-C
A similar system UIAlertView
Updated
Sep 29, 2018
Objective-C
Updated
Jan 4, 2022
Objective-C
Combine SRActionSheet and SRAlertView into SRPopups.
Updated
Aug 10, 2018
Objective-C
Highly customized, lightweight alert controller. Replacement of UIAlertController.
Updated
Aug 25, 2019
Objective-C
Updated
Jun 6, 2018
Swift
🚨 SwiftUI alerts (and action sheets) done right
Updated
Mar 2, 2022
Swift
无依赖 mini 组件库,只封装了 alert, toast, loading, actionSheet 等使用频率较高的组件。适用于类似 H5 活动页的简单移动端项目,不必为了使用这些组件而引入一个大而全的 UI 库和框架。
Updated
Oct 29, 2017
JavaScript
Improve this page
Add a description, image, and links to the
actionsheet
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
actionsheet
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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