Skip to content

Commit a0caf51

Browse files
committed
readme
1 parent 752ba10 commit a0caf51

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@
2828
[![click to watch expected UI behavior for the example](https://github.com/The-Igor/swiftui-search-field-shell-line/blob/main/Sources/img/igor_shelopaev_image_02.png)](https://youtu.be/7LWYCA7z8eM)
2929

3030
[![click to watch expected UI behavior for the example](https://github.com/The-Igor/swiftui-search-field-shell-line/blob/main/Sources/img/igor_shelopaev_image_03.png)](https://youtu.be/7LWYCA7z8eM)
31+
32+
## Documentation(API)
33+
- You need to have Xcode 13 installed in order to have access to Documentation Compiler (DocC)
34+
- Go to Product > Build Documentation or **⌃⇧⌘ D**

Sources/swiftui-search-field-shell-line/SearchFieldShellLine.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ struct SearchFieldShellLine: Shape {
1414
/// Lines thickness
1515
private let lineHeight: CGFloat = 1
1616

17-
1817
/// Aminatable data
1918
var animatableData: Double {
2019
get { return x }
@@ -45,6 +44,7 @@ struct SearchFieldShellLine: Shape {
4544
}
4645
}
4746
}
47+
4848
#if DEBUG
4949
struct SearchFieldShellLine_Previews: PreviewProvider {
5050
static var previews: some View {

0 commit comments

Comments
 (0)