All Projects → Tencent → Qmui_ios

Tencent / Qmui_ios

Licence: other
QMUI iOS——致力于提高项目 UI 开发效率的解决方案

Programming Languages

objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to Qmui ios

Qmuidemo ios
Sample Code for QMUI iOS
Stars: ✭ 912 (-85.82%)
Mutual labels:  uikit, ios-ui, ui-components
unity-ui-manager
🎫 A Simple UI Manager for rapid prototyping and ease of collaboration
Stars: ✭ 44 (-99.32%)
Mutual labels:  uikit, ui-components
Color Picker For Ios
Colorful: iOS color picker built with Swift.
Stars: ✭ 709 (-88.98%)
Mutual labels:  uikit, ui-components
laravel-starter-kit
A minimal starter kit for Laravel 8 using Bootstrap 5 and Webpixels CSS.
Stars: ✭ 23 (-99.64%)
Mutual labels:  uikit, ui-components
qi-design-vue
This is a design standard with an implement for web UI components library based on Vue.
Stars: ✭ 26 (-99.6%)
Mutual labels:  uikit, ui-components
ng-sq-ui
Flexible and easily customizable UI-kit for Angular 11+
Stars: ✭ 99 (-98.46%)
Mutual labels:  uikit, ui-components
sodium-ui
Sodium is a simple, modular and customizable web component library to build elegant and accessible UI pieces for your React Application.
Stars: ✭ 23 (-99.64%)
Mutual labels:  uikit, ui-components
Ppasyncdrawingkit
This is a iOS asynchronously drawing view Kit.
Stars: ✭ 205 (-96.81%)
Mutual labels:  uikit, ios-ui
Material Bread
Cross Platform React Native Material Design Components
Stars: ✭ 287 (-95.54%)
Mutual labels:  uikit, ui-components
Uix Kit
A free UI toolkit based on some common libraries for building beautiful responsive website, compatible with Bootstrap v4.
Stars: ✭ 318 (-95.06%)
Mutual labels:  uikit, ui-components
Swiftreorder
Easy UITableView drag-and-drop cell reordering
Stars: ✭ 340 (-94.71%)
Mutual labels:  uikit, ui-components
CheckMarkView
UI view which draws programmatically a checkmark with different styles
Stars: ✭ 35 (-99.46%)
Mutual labels:  uikit, ui-components
open design system
Open Source Design System using Sketch. It's early days of my project.
Stars: ✭ 22 (-99.66%)
Mutual labels:  uikit, ui-components
taiga-ui
Angular UI Kit and components library for awesome people
Stars: ✭ 2,251 (-65.01%)
Mutual labels:  uikit, ui-components
Numl
A UI Design Language, WC UI Library, and Runtime CSS Framework for rapidly building interfaces that follow your Design System 🌈
Stars: ✭ 229 (-96.44%)
Mutual labels:  uikit, ui-components
monalisa-ui
MonalisaUI ✨ React Native UI Library
Stars: ✭ 37 (-99.42%)
Mutual labels:  uikit, ui-components
Cfnotify
A customizable framework to create draggable views
Stars: ✭ 490 (-92.38%)
Mutual labels:  uikit, ui-components
Komponents Deprecated
📦 React-inspired UIKit Components - ⚠️ Deprecated
Stars: ✭ 202 (-96.86%)
Mutual labels:  uikit, ui-components
Underexpress
A free, responsive, ready to use website ui kit, built with bootstrap 4.
Stars: ✭ 205 (-96.81%)
Mutual labels:  uikit, ui-components
Chakra Ui
⚡️ Simple, Modular & Accessible UI Components for your React Applications
Stars: ✭ 22,745 (+253.57%)
Mutual labels:  uikit, ui-components

QMUI iOS

Banner

QMUI iOS 是一个致力于提高项目 UI 开发效率的解决方案,其设计目的是用于辅助快速搭建一个具备基本设计还原效果的 iOS 项目,同时利用自身提供的丰富控件及兼容处理, 让开发者能专注于业务需求而无需耗费精力在基础代码的设计上。不管是新项目的创建,或是已有项目的维护,均可使开发效率和项目质量得到大幅度提升。

官网:http://qmuiteam.com/ios

QMUI Team Name License

功能特性

全局 UI 配置

只需要修改一份配置表就可以调整 App 的全局样式,包括颜色、导航栏、输入框、列表等。一处修改,全局生效。

UIKit 拓展及版本兼容

拓展多个 UIKit 的组件,提供更加丰富的特性和功能,提高开发效率;解决不同 iOS 版本常见的兼容性问题。

丰富的 UI 控件

提供丰富且常用的 UI 控件,使用方便灵活,并且支持自定义控件的样式。

高效的工具方法及宏

提供高效的工具方法,包括设备信息、动态字体、键盘管理、状态栏管理等,可以解决各种常见场景并大幅度提升开发效率。

支持iOS版本

  1. 4.4.0 及以上,iOS 11+。
  2. 4.2.0 及以上,iOS 10+。
  3. 3.0.0 及以上,iOS 9+。
  4. 2.0.0 及以上,iOS 8+。

使用方法

请查看官网的开始使用

代码示例

请下载 QMUI Demo:https://github.com/QMUI/QMUIDemo_iOS

Launch QMUITheme QMUIPopup QMUIMarqueeLabel

注意事项

  • 关于 AutoLayout:通常可以配合 Masonry 等常见的 AutoLayout 框架使用,若遇到不兼容的个案请提 issue。
  • 关于 xib / storyboard:现已全面支持。
  • 关于 Swift:可以正常使用,如遇到问题请提 issue。
  • 关于 UIScene:暂不支持 Multiple Window。
  • 关于隐私:从 2.8.0 版本开始,QMUIKit 默认会在 Debug 模式下启动 App 时发送当前 App 的 Bundle Identifier 和 Display Name 给 QMUI 作统计用,Release 下不会发送。你也可以通过配置表的 SendAnalyticsToQMUITeam 开关将统计关闭。统计的代码在 QMUIConfiguration.m:124,可直接查看。

设计资源

QMUIKit 框架内自带图片资源的组件主要是 QMUIConsole、QMUIEmotion、QMUIImagePicker、QMUITips,另外作为 Sample Code 使用的 QMUI Demo 是另一个独立的项目,它拥有自己另外一套设计。

QMUIKit 和 QMUI Demo 的 Sketch 设计稿均存放在 https://github.com/QMUI/QMUIDemo_Design

其他

建议搭配 QMUI 专用的 Code Snippets 及文件模板使用:

  1. QMUI_iOS_CodeSnippets
  2. QMUI_iOS_Templates

招聘

2021-03-15 更新

[广州|成都] 企业微信/微信读书/王者营地长期接收 iOS 客户端社招、实习生简历,详情请看 #1209

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].