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.
2. QMUIHelper 增加 is58InchScreen 用于判断 iPhone X; 3. 修复 iOS 11 下在 QMUISearchController 的搜索结果界面里以 present 的方式打开新界面后返回到搜索结果界面,导航栏会错误地盖住搜索框; 4. QMUIToastView 适配键盘升起时的布局; 5. 优化 QMUIKit.framework 里自动更新 QMUIKit.h 的 Run Script 的写法; 6. 增加 removeFloatMin() 函数用于区分 CGFLOAT_MIN 和 0,同时修复 QMUIButton layoutSubviews 里由于拿 CGFLOAT_MIN 去计算,出现精度问题,导致布局不居中; 7. 将代码里的 iOS 版本判断写法全部换成新的 available() 判断语法,并去掉 iOS 7 的代码; 8. 修复 QMUITextView 在 scrollEnabled 为 NO 时快速换行,会 crash; 9. 配置表里与 navBar 相关的属性如果为 nil 则不要执行样式修改,否则会覆盖 storyboard 里的样式
- Loading branch information
Showing
262 changed files
with
859 additions
and
943 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ Pod::Spec.new do |s| | |
s.homepage = "http://qmuiteam.com/ios" | ||
s.license = 'MIT' | ||
s.author = {"qmuiteam" => "[email protected]"} | ||
s.source = {:git => "https://github.com/QMUI/QMUI_iOS.git", :tag => s.version.to_s} | ||
s.social_media_url = 'https://github.com/QMUI/QMUI_iOS' | ||
s.source = {:git => "https://github.com/MoLice/QMUI_iOS.git", :tag => s.version.to_s} | ||
s.social_media_url = 'https://github.com/MoLice/QMUI_iOS' | ||
s.requires_arc = true | ||
s.documentation_url = 'http://qmuiteam.com/ios/page/document.html' | ||
s.screenshot = 'https://cloud.githubusercontent.com/assets/1190261/26751376/63f96538-486a-11e7-81cf-5bc83a945207.png' | ||
|
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
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
Oops, something went wrong.