-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
适配 iOS 13
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ Email:[email protected] | |
|
||
Only one line to show: | ||
|
||
- a banner the same style as iOS Push Notifications (auto show iOS 9/10/11/12 styles up to system version) | ||
- a banner the same style as iOS Push Notifications (auto show iOS 9~13 styles up to system version) | ||
- auto play a sound or vibrate when the banner is showing | ||
|
||
|
||
|
@@ -72,7 +72,7 @@ And more: | |
|
||
#### 1.Show a iOS style banner with one line | ||
|
||
up to system version,will show iOS 9/10/11 style,auto show app icon/name. | ||
up to system version,will show iOS 9~13 style,auto show app icon/name. | ||
|
||
```objc | ||
[EBBannerView showWithContent:@"custom content"]; | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ Email:[email protected] | |
|
||
只需一行代码即可: | ||
|
||
- App 在前台时展示跟 iOS9/10/11/12 推送通知一样 UI 的横幅,自动根据系统版本显示不同 UI | ||
- App 在前台时展示跟 iOS 9~13 推送通知一样 UI 的横幅,自动根据系统版本显示不同 UI | ||
|
||
|
||
- 根据手机是否静音自动播放提示音或振动 | ||
|
@@ -70,7 +70,7 @@ Email:[email protected] | |
|
||
#### 方式一:一行代码搞定之省心模式 | ||
|
||
根据系统不同自动展示 iOS 9/10/11 的样式,并自动展示 app 名称 图标等。 | ||
根据系统不同自动展示 iOS 9~13 的样式,并自动展示 app 名称 图标等。 | ||
|
||
```objc | ||
[EBBannerView showWithContent:@"自定义内容"]; | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
target 'demo13' do | ||
# pod 'EBBannerView', '1.1.1' | ||
pod 'EBBannerView', :path => '../../EBBannerView' | ||
end |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
PODS: | ||
- EBBannerView (1.1.0) | ||
|
||
DEPENDENCIES: | ||
- EBBannerView (from `../../EBBannerView`) | ||
|
||
EXTERNAL SOURCES: | ||
EBBannerView: | ||
:path: "../../EBBannerView" | ||
|
||
SPEC CHECKSUMS: | ||
EBBannerView: 3d987535d0236c1f87c2b064267d94002c23dd1e | ||
|
||
PODFILE CHECKSUM: 23968f70e412e70c79ac1399f880caf17dfc39d2 | ||
|
||
COCOAPODS: 1.7.5 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.