Enhance STMarkdown features, font scaling, and documentation updates - #11
Merged
Conversation
- Added new properties to STMarkdownStyle for table header customization, including background color, button configurations, and title styling. - Updated STMarkdownDefaultTableRenderer to utilize custom fonts for table headers and body cells. - Modified STMarkdownTableCell to apply header row background color based on new style properties. - Improved STMarkdownTableView to support dynamic header items and button configurations, enhancing the table's usability and appearance. - Introduced global font size scaling in STFontManager for consistent font adjustments across the application.
- Introduced a new extension on UIView to refresh font sizes of the view and its subviews based on a specified scale ratio. - Implemented methods to update fonts for UILabel, UIButton, UITextField, and UITextView, ensuring consistent font adjustments without animation. - Enhanced support for attributed text in UILabel to maintain font scaling integrity.
- Updated the regex pattern for starList to exclude specific quote characters, ensuring accurate identification of list items. - Enhanced documentation to clarify the conditions under which the regex applies, improving code readability and maintainability.
…ration - Translated the description of epistemic integrity to Chinese and added auto-generated content reference. - Introduced a new property `imageTitleGap` in `STTabBarConfig` to define vertical spacing between icons and titles. - Updated layout constraints in `STTabBarItemView` to utilize the new `imageTitleGap` property for improved spacing consistency.
…TTextView - Introduced @discardableResult attribute to the resignFirstResponder method, allowing callers to ignore the return value without compiler warnings, enhancing flexibility in method usage.
…ngineering-discipline, ios-engineer, and plan-grill rules for improved clarity and conditional loading - Updated descriptions to clarify when each skill should be applied, ensuring they only trigger under explicit user requests. - Enhanced documentation and structure for better understanding of skill interactions and conditions. - Introduced new checks and configurations to streamline the review processes and improve user experience.
重构多技能协同规则,新增执行包与quorum证明要求,统一历史召回入口并移除横向旋转依赖
- 新增 st_systemFont(ofSize:explicitScale:) 等方法,避免依赖全局 fontSizeScale - 修复 STTextField 中 leftViewRect 的垂直居中问题
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.