Skip to content

Conversation

@Subham-KRLX
Copy link
Contributor

@Subham-KRLX Subham-KRLX commented Dec 11, 2025

  • Added explicit corner radius (12pt) to InfoChildTableViewCell
  • Added explicit corner radius (12pt) to AboutTableViewCell
  • Ensures consistent rounded corners across app settings and language selection screens
  • Fixes iOS 26 automatic styling that caused inconsistent border radius

Contributor checklist


Description

Fixes inconsistent border radius on iOS 26 Simulator by adding explicit 12pt corner radius to InfoChildTableViewCell and AboutTableViewCell. This overrides iOS 26's automatic styling to ensure consistent rounded corners matching the Figma designs.

Affected areas: App language settings, keyboard selection lists, About tab cells.

Related issue

- Added explicit corner radius (12pt) to InfoChildTableViewCell
- Added explicit corner radius (12pt) to AboutTableViewCell
- Ensures consistent rounded corners across app settings and language selection screens
- Fixes iOS 26 automatic styling that caused inconsistent border radius
@github-actions
Copy link

Thank you for the pull request! 💙

The Scribe-iOS team will do our best to address your contribution as soon as we can. If you're not already a member of our public Matrix community, please consider joining! We'd suggest that you use the Element client as well as Element X for a mobile app, and definitely join the General and iOS rooms once you're in. Also consider attending our bi-weekly Saturday dev syncs. It'd be great to meet you 😊

Note

Scribe uses Conventional Comments in reviews to make sure that communication is as clear as possible.

@github-actions
Copy link

Maintainer Checklist

The following is a checklist for maintainers to make sure this process goes as well as possible. Feel free to address the points below yourself in further commits if you realize that actions are needed :)

  • The linting and formatting workflows within the PR checks do not indicate new errors in the files changed

  • The CI unit test workflows within the PR checks do not indicate new errors in the files changed

  • The CHANGELOG has been updated with a description of the changes for the upcoming release and the corresponding issue (if necessary)

- Move cornerRadius application from configureCell to layoutSubviews in both cell types
- Add explicit maskedCorners to prevent iOS 26's automatic UI system from overriding
- This ensures rounded corners display correctly on iOS 26 simulator

Addresses feedback on #555
@Subham-KRLX Subham-KRLX closed this by deleting the head repository Dec 28, 2025
@andrewtavis
Copy link
Member

Hi @Subham-KRLX 👋 Checking in here on the PR. We've been quite busy for the last few weeks, but the plan was to integrate the changes here into the codebase in the coming days. Feel free to reopen or open a new PR if you'd still have interest in contributing.

Apologies for your wait!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inconsistent Border radius across the application on iOS 26 Simulator

2 participants