Skip to content

Commit 1b77be6

Browse files
authored
Merge pull request #63 from nikolajjsj/v5
Add Feedster app to apps-using section
2 parents 30228c3 + 62743c1 commit 1b77be6

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ For UIKit & SwiftUI call this:
99

1010
```swift
1111
AlertKitAPI.present(
12-
title: "Added to Library",
13-
icon: .done,
14-
style: .iOS17AppleMusic,
12+
title: "Added to Library",
13+
icon: .done,
14+
style: .iOS17AppleMusic,
1515
haptic: .success
1616
)
1717
```
@@ -20,7 +20,7 @@ Available 2 styles:
2020

2121
```swift
2222
public enum AlertViewStyle {
23-
23+
2424
case iOS16AppleMusic
2525
case iOS17AppleMusic
2626
}
@@ -52,8 +52,8 @@ public enum AlertViewStyle {
5252
## Navigate
5353

5454
- [Installation](#installation)
55-
- [Swift Package Manager](#swift-package-manager)
56-
- [CocoaPods](#cocoapods)
55+
- [Swift Package Manager](#swift-package-manager)
56+
- [CocoaPods](#cocoapods)
5757
- [SwiftUI](#swiftui)
5858
- [Customisation](#customisation)
5959
- [Apps Using](#apps-using)
@@ -64,7 +64,7 @@ Ready to use on iOS 13+. Supports iOS and visionOS. Working with `UIKit` and `Sw
6464

6565
### Swift Package Manager
6666

67-
In Xcode go to Project -> Your Project Name -> `Package Dependencies` -> Tap *Plus*. Insert url:
67+
In Xcode go to Project -> Your Project Name -> `Package Dependencies` -> Tap _Plus_. Insert url:
6868

6969
```
7070
https://github.com/sparrowcode/AlertKit
@@ -89,6 +89,7 @@ This is an outdated way of doing things. I advise you to use [SPM](#swift-packag
8989
```ruby
9090
pod 'SPAlert'
9191
```
92+
9293
</details>
9394

9495
### Manually
@@ -97,7 +98,7 @@ If you prefer not to use any of dependency managers, you can integrate manually.
9798

9899
## SwiftUI
99100

100-
You can use basic way via AlertKitAPI or call via modifier:
101+
You can use basic way via AlertKitAPI or call via modifier:
101102

102103
```swift
103104
let alertView = AlertAppleMusic17View(title: "Hello", subtitle: nil, icon: .done)
@@ -108,7 +109,7 @@ VStack {}
108109

109110
## Customisation
110111

111-
If you need customisation fonts, icon, colors or any other, make view:
112+
If you need customisation fonts, icon, colors or any other, make view:
112113

113114
```swift
114115
let alertView = AlertAppleMusic17View(title: "Added to Library", subtitle: nil, icon: .done)
@@ -121,6 +122,7 @@ alertView.titleLabel.textColor = .white
121122
## Apps Using
122123

123124
<p float="left">
125+
<a href="https://apps.apple.com/app/id1668579869"><img src="https://is1-ssl.mzstatic.com/image/thumb/Purple116/v4/fe/de/6b/fede6ba2-932c-92ec-0445-7bf6b330e562/AppIcon-0-0-1x_U007epad-0-85-220.png/460x0w.webp" height="65"></a>
124126
<a href="https://apps.apple.com/app/id1624477055"><img src="https://cdn.sparrowcode.io/github/apps-using/id1624477055.png?version=2" height="65"></a>
125127
<a href="https://apps.apple.com/app/id1625641322"><img src="https://cdn.sparrowcode.io/github/apps-using/id1625641322.png?version=2" height="65"></a>
126128
<a href="https://apps.apple.com/app/id1625641322"><img src="https://cdn.sparrowcode.io/github/apps-using/id6449774982.png?version=2" height="65"></a>

0 commit comments

Comments
 (0)