Skip to content

Commit a814db4

Browse files
committed
Update commenting
1 parent ef527a6 commit a814db4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Objective-C/TOCropViewController/TOCropViewController.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,8 +301,8 @@ - (CGRect)frameForToolbarWithVerticalLayout:(BOOL)verticalLayout
301301
else {
302302
// On iOS 26, the safe area insets values are the same, however the default bottom value is so
303303
// high that the buttons look incorrectly set. While you can try and hardcode a value lower to
304-
// the bottom of the screen, trying to align the width with all the varied corner radii of modern iOS
305-
// devices is also difficult.
304+
// the bottom of the screen, the next challenge is determining the appropriate width so the
305+
// toolbar looks concentric within the rounded corners of the device.
306306

307307
// For now, I've decided to use a private API to fetch the corner radius of the device so we can properly align
308308
// the toolbar with the device's rounded corners.

0 commit comments

Comments
 (0)