File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Objective-C/TOCropViewController Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -301,8 +301,8 @@ - (CGRect)frameForToolbarWithVerticalLayout:(BOOL)verticalLayout
301
301
else {
302
302
// On iOS 26, the safe area insets values are the same, however the default bottom value is so
303
303
// 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 .
306
306
307
307
// For now, I've decided to use a private API to fetch the corner radius of the device so we can properly align
308
308
// the toolbar with the device's rounded corners.
You can’t perform that action at this time.
0 commit comments