Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add comments for anchor combinating functions #227

Merged
merged 1 commit into from Jul 19, 2022
Merged

Conversation

oozoofrog
Copy link
Collaborator

No description provided.

@oozoofrog oozoofrog requested a review from gmlwhdtjd July 19, 2022 23:55
@oozoofrog oozoofrog self-assigned this Jul 19, 2022
@oozoofrog oozoofrog added the documentation Improvements or additions to documentation label Jul 19, 2022
Copy link
Contributor

@gmlwhdtjd gmlwhdtjd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍👍👍👍

@oozoofrog oozoofrog merged commit d8b4dfb into develop Jul 19, 2022
@oozoofrog oozoofrog deleted the add-comments branch July 19, 2022 23:59
oozoofrog added a commit that referenced this pull request Aug 8, 2022
* deprecate callAsFunction for UIView

* update test

* update readme

* update SwiftLayoutUtil.ViewPrinter to use sublayout(_:) Method

* update ViewPrinterTests

* add comments for anchor combinating functions (#227)

* View printer congifuration (#226)

* add ConfigurationPrintable

* add missing double quotation marks at UIView+ConfigurationPrintable.swift accessibilityLabel propterty

* Change ConfigurableProperty to a user-extensible structure

* Add defaultConfigurablePropertys for UIControl / Provide a way to add other default views

* add accessibilityDefaultConfigurablePropertys

* Changed configurationName to fully express the output format

* add uiImageViewDefaultConfigurablePropertys

* add uiStackViewDefaultConfigurablePropertys & ConfigurationName extension clean up

* update ConfigurableProperty to use custom getter for get value

* add uiButtonDefaultConfigurablePropertys

* change configurationName to configuration

* update Configuration for UIImage, UIFont, UIColor

* add tests for Configuration

* add test for CustomConfigurablePropertys

Co-authored-by: oozoofrog <oozoofrog@gmail.com>

* Add combination anchor method to use CGSize (#228)

* [renaming] defualt -> default (#229)

* Config properties sorting (#230)

- sort config properties
- sort config properties printing results
- update tests

* Change the configuration output of UIImage, UIFont, and UIColor to multi-line comments (#231)

* Better way to implement DefaultConfigurablePropertys (#232)

* Crate DefaultConfigurablePropertys as a separate file

* using ConfigPropertiesHandler (#233)

* using ConfigPropertiesHandler

* apply UILabel, UIButton

* apply UIImageView, UIStackView

* add default configurable properties for CustomConfigurableView

* modify DefaultConfigurablePropertys to ConfigurableProperties

* add unregist properties of view type

* CustomConfigurablePropertys has higher priority than registed properties

* separate prepared configurable properties

* regist at create default instance of ConfigurableProperties

* Move accessibility property to UIView's property and clean up the code

* hide regist from outside of module

* remove unnecessary function

* readd removed test

* remove unnecessary init definition from CustomConfigurableProperties

* refactoring default reference view setting

* remove unnecessary test code

* test failed - testCustomRegistedConfigurableViewDefaultConfigurableProperties

* test succeed - testCustomRegistedConfigurableViewDefaultConfigurableProperties

* Change to provide defaultReferenceView unconditionally when registering propertiesHandler

Co-authored-by: gmlwhdtjd <gmlwhdtjd@naver.com>

Co-authored-by: oozoofrog <oozoofrog@gmail.com>

* update README.md for 2.6.0

Co-authored-by: gmlwhdtjd <gmlwhdtjd@naver.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants