forked from Tencent/QMUI_iOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. 修复 QMUITextView 文字发生变化时光标位置滚动不准确的 bug;
2. UITextView (QMUI) 增加 qmui_convertNSRangeFromUITextRange 用于将 UITextPosition 转化为 NSRange; 3. UITextView (QMUI) 增加 qmui_scrollCaretVisibleAnimated: 用于将光标滚动到可视区域并且考虑 textContainerInset; 4. 将 QMUIKit 里的配置表默认值改为 nil,以使默认的样式与系统样式保持一致; 5. 整理几个 QMUI 控件的 initWithCoder: 方法,在里面不要设置能在 IB 里修改的属性,不然会覆盖 IB 的值; 6. 修复在 storyboard 里使用 QMUICommonViewController 并为其设置 title 后,无法显示 title; 7. 统一 enum 的定义方式,兼容 Swift 下的使用; 8. UIImage (QMUI) 增加 qmui_imageWithBlendColor: 方法用户修改图片颜色
- Loading branch information
Showing
26 changed files
with
417 additions
and
298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
252 changes: 125 additions & 127 deletions
252
QMUIConfigurationTemplate/QMUIConfigurationTemplate.m
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.