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: README.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,8 @@ let size = DynamicIsland.size
16
16
17
17
to get the size of the Dynamic Island cutout. This size is the same on both the iPhone 14 Pro and Max.
18
18
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).
20
21
21
22
## DynamicIslandProgressIndicatorViewController
22
23
@@ -74,7 +75,8 @@ Example:
74
75
75
76

76
77
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.
78
80
79
81
80
82
# Requirements
@@ -286,4 +288,4 @@ Example:
286
288
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
287
289
See the License for the specific language governing permissions and
0 commit comments