Skip to content

Commit 5b25978

Browse files
committed
Updated readme
1 parent 543825c commit 5b25978

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

FTLinearActivityIndicator.podspec

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Pod::Spec.new do |s|
22
s.name = 'FTLinearActivityIndicator'
3-
s.version = '1.3'
3+
s.version = '1.3.1'
44
s.summary = 'Add the missing network activity indicator on iPhone X'
55

66
s.description = <<-DESC
7-
iPhones with a notch such as X, XS, XR, 11, 11 Pro don't display the network activity
8-
indicator anymore. This pod brings it back by placing an activity indicator in the
9-
upper left of the screen on top of the regular status bar items. Since a circular
10-
ndicator wouldn't fit, a rectangular "KITT scanner" like indicator with a gradient is
11-
shown. The indicator UI can be used standalone or as a "fix" for the iOS network
12-
activity indicator (using the existing API).
7+
iPhones with a notch such as X, XS, XR, 11 (Pro), 12 (mini, Pro) don't display the
8+
network activity indicator anymore. This pod brings it back by placing an activity
9+
indicator in the upper left of the screen on top of the regular status bar items.
10+
Since a circular ndicator wouldn't fit, a rectangular "KITT scanner" like indicator
11+
with a gradient is shown. The indicator UI can be used standalone or as a "fix" for
12+
the iOS network activity indicator (using the existing API).
1313
DESC
1414

1515
s.homepage = 'https://github.com/futuretap/FTLinearActivityIndicator'

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ regular status bar items on the following devices:
1616
- iPhone 11
1717
- iPhone 11 Pro
1818
- iPhone 11 Pro Max
19+
- iPhone 12
20+
- iPhone 12 mini
21+
- iPhone 12 Pro
22+
- iPhone 11 Pro Max
1923

2024
Since a circular indicator wouldn't fit, a rectangular [KITT scanner](https://giphy.com/gifs/scanner-vD9c1fVxaYZnq)-like indicator with a gradient is shown. The indicator UI can be used standalone or as a "fix" for the iOS network activity indicator (using the existing API).
2125

0 commit comments

Comments
 (0)