-
Notifications
You must be signed in to change notification settings - Fork 203
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
调整内部方法名 解决与Masonry冲突问题 增加头部点击关闭设置 修复在与键盘同时弹出时 被键盘遮挡的BUG 调整键盘显示时的适配处理 (原来会在键盘弹出后才进行调整 , 现在与键盘同时进行)
- Loading branch information
1 parent
bade40f
commit eba7f8a
Showing
7 changed files
with
32 additions
and
44 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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Pod::Spec.new do |s| | ||
|
||
s.name = "LEEAlert" | ||
s.version = "1.0.5" | ||
s.version = "1.0.6" | ||
s.summary = "优雅的Alert ActionSheet" | ||
|
||
s.homepage = "https://github.com/lixiang1994/LEEAlert" | ||
|
@@ -13,7 +13,7 @@ s.author = { "LEE" => "[email protected]" } | |
s.platform = :ios | ||
s.platform = :ios, "8.0" | ||
|
||
s.source = { :git => "https://github.com/lixiang1994/LEEAlert.git", :tag => "1.0.5"} | ||
s.source = { :git => "https://github.com/lixiang1994/LEEAlert.git", :tag => "1.0.6"} | ||
|
||
s.source_files = "LEEAlert/**/*.{h,m}" | ||
|
||
|
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
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