Skip to content

Commit 71ceda5

Browse files
authored
Update README.md
1 parent adee1f7 commit 71ceda5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ let size = DynamicIsland.size
1616

1717
to get the size of the Dynamic Island cutout. This size is the same on both the iPhone 14 Pro and Max.
1818

19-
**Warning**: At the moment, this provides the static size of the island, not the dynamic size (the island will expand if there's a live activity running).
19+
> **Warning**
20+
> At the moment, this provides the static size of the island, not the dynamic size (the island will expand if there's a live activity running).
2021
2122
## DynamicIslandProgressIndicatorViewController
2223

@@ -74,7 +75,8 @@ Example:
7475

7576
![](Images/fixed_progress.gif)
7677

77-
**Note**: If you're using SwiftUI, I will be providing a native version for that soon. In the meantime, you can wrap the view controller manually.
78+
> **Note**
79+
> If you're using SwiftUI, I will be providing a native version for that soon. In the meantime, you can wrap the view controller manually.
7880
7981

8082
# Requirements
@@ -286,4 +288,4 @@ Example:
286288
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
287289
See the License for the specific language governing permissions and
288290
limitations under the License.
289-
```
291+
```

0 commit comments

Comments
 (0)