An elegant messages UI library for iOS
-
Updated
Dec 12, 2018 - Objective-C
{{ message }}
An elegant messages UI library for iOS
Elegant iOS form builder in Swift
A collection of awesome loading animations
Android PagerTabStrip for iOS.
iOS project of collected some demos for iOS App, use Objective-C
A drop-in replacement for UILabel, which automatically adds a scrolling marquee effect when the label's text does not fit inside the specified frame
Fully customizable and extensible action sheet controller written in Swift
A paging view controller with a highly customizable menu
A code example and translation project of SwiftUI. / 一个 SwiftUI 的示例、翻译的教程项目。
Fast Swift Views layouting without auto layout. No magic, pure code, full control and blazing fast. Concise syntax, intuitive, readable & chainable. [iOS/macOS/tvOS/CALayer]
Purely native C++ cross-platform GUI framework for Android and iOS development. https://www.boden.io
FlexLayout adds a nice Swift interface to the highly optimized facebook/yoga flexbox implementation. Concise, intuitive & chainable syntax.
基于AsyncSocket搭建即时通讯体系 . 包含TCP连接 , 消息发送 , 消息接收 , 心跳处理 ,断网重连 , 消息超时 , 消息分发 , 数据库结构设计 , 消息丢失等 . 以及UI设计, 文本表情消息/语音消息/图片消息/视频消息/文件消息/撤回消息/提示语消息的实现思路讲解
A Custom&Powerful Action Sheet For iOS. 一个 ActionSheet 满足所有样式!超高自由度的可定制!
A no-nonsense way to write cleaner UITableViewDelegate and UITableViewDataSource in Swift.
Sample Code for QMUI iOS
iOS中一款高度可定制性商品计数按钮(京东/淘宝/饿了么/美团外卖/百度外卖样式)
The fastest zero-tap iOS menu.
Parallax Scroll-Jacking Effects Engine for iOS / tvOS
HWPanModal presents controller from bottom and drag to dismiss, high customize. iOS13 default modalPresentationStyle. 任意形式的底部弹框动画;头条、知乎、抖音弹出评论效果;地图浮层,iOS13 present默认模态效果。
A text view that supports selection and expansion
SwiftOverlays is a Swift GUI library for displaying various popups and notifications
login_challenge.dart
Emulator display overflow image when text field get focus because keyboard shows.
Wrap with SingleChildScrollView seems fix the problem
Thanks
Add a description, image, and links to the ios-ui topic page so that developers can more easily learn about it.
To associate your repository with the ios-ui topic, visit your repo's landing page and select "manage topics."
Describe the feature or problem you’d like to solve
Currently, when showing skeletons in a table/collection/scroll view, it feels kinda bad (imho) that user interaction or scrolling is disabled.
Proposed solution
Add some kind of flag to allow views to scroll while skeletons are visible?
Global or per-scroll view?