You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ Here you find all which using in project:
23
23
- // MARK: - Init
24
24
- // MARK: - Lifecycle
25
25
- // MARK: - Layout
26
-
- // MARK: - Helpers
26
+
- // MARK: - Internal
27
+
- // MARK: - Private
27
28
28
29
If you can't find valid, add new to codestyle agreements please. Other can be use if class is large and need struct it even without adding to codestyle agreements.
Collapse file: Example App/SPAlert.xcodeproj/project.xcworkspace/xcuserdata/ivanvorobei.xcuserdatad/UserInterfaceState.xcuserstate
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,23 +60,23 @@ Ready for use on iOS 11+. Works with Swift 5+. Required Xcode 12.0 and higher.
60
60
61
61
The [Swift Package Manager](https://swift.org/package-manager/) is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.
62
62
63
-
To integrate `SPAlert` into your Xcode project using Xcode 12, specify it in `File > Swift Packages > Add Package Dependency...`:
63
+
To integrate using Xcode 12, specify it in `File > Swift Packages > Add Package Dependency...`:
64
64
65
65
```ogdl
66
66
https://github.com/ivanvorobei/SPAlert
67
67
```
68
68
69
69
### CocoaPods:
70
70
71
-
[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate `SPAlert` into your Xcode project using CocoaPods, specify it in your `Podfile`:
71
+
[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate using CocoaPods, specify it in your `Podfile`:
72
72
73
73
```ruby
74
74
pod 'SPAlert'
75
75
```
76
76
77
77
### Manually
78
78
79
-
If you prefer not to use any of dependency managers, you can integrate `SPAlert` into your project manually. Put `Sources/SPAlert` folder in your Xcode project. Make sure to enable `Copy items if needed` and `Create groups`.
79
+
If you prefer not to use any of dependency managers, you can integrate manually. Put `Sources/ProjectName` folder in your Xcode project. Make sure to enable `Copy items if needed` and `Create groups`.
80
80
81
81
## Quick Start
82
82
@@ -188,8 +188,8 @@ I have libraries with native interface and managing permissions. Also available
188
188
189
189
## Russian Community
190
190
191
-
Веду каналы об iOS разработке. Один с туториалами и новостями, другой с обзором библиотек.<br>
192
-
Со сложной задачей помогут в чате.
191
+
Подписывайся в телеграмм-канал, если хочешь получать уведомления о новых туториалах.<br>
192
+
Со сложными и непонятными задачами помогут в чате.
0 commit comments