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

Release UI v2.4.0 #196

Merged
merged 2 commits into from
Apr 18, 2022
Merged

Release UI v2.4.0 #196

merged 2 commits into from
Apr 18, 2022

Conversation

smflt-nhn
Copy link
Contributor

Release UI v2.4.0

Added

  • InfiniteScroll

    • 스크롤 이벤트 추가 (180)
      • OnChangeValue
      • OnChangeActiveItem
      • OnStartLine
      • OnEndLine
  • WrapLayoutGroup

    • 셈플 추가
    • 문서 추가

### Added
* InfiniteScroll
    * 스크롤 이벤트 추가 [(180)](#180)
        * OnChangeValue
        * OnChangeActiveItem
        * OnStartLine
        * OnEndLine

* WrapLayoutGroup
    * 셈플 추가
    * 문서 추가
```cs
onChangeValue.AddListener(firstDataIndex, lastDataIndex, isStartLine, isEndLine =>
{
// funtion
Copy link
Contributor

Choose a reason for hiding this comment

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

[MAY] README.md 파일과 동일한 공백을 적용하면 좋을 것 같습니다.

```cs
onChangeActiveItem.AddListener(dataIndex, active =>
{
// funtion
Copy link
Contributor

Choose a reason for hiding this comment

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

[MAY] README.md 파일과 동일한 공백을 적용하면 좋을 것 같습니다.

```cs
onStartLine.AddListener((bool)isStartLine =>
{
// funtion
Copy link
Contributor

Choose a reason for hiding this comment

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

[MAY] README.md 파일과 동일한 공백을 적용하면 좋을 것 같습니다.

```cs
onEndLine.AddListener((bool)isEndLine =>
{
// funtion
Copy link
Contributor

Choose a reason for hiding this comment

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

[MAY] README.md 파일과 동일한 공백을 적용하면 좋을 것 같습니다.


### Added
* InfiniteScroll
* Added Scroll Event [(181)](https://github.com/nhn/gpm.unity/issues/180)
Copy link
Contributor

Choose a reason for hiding this comment

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

[MUST] 이슈 번호 180으로 수정하면 좋을 것 같습니다.

* 버전 넘버 수정
* 영문 개행 수정
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.

스크롤의 끝에 가면 다음페이지를 요청하는 형식의 콜백이 있었으면 좋겠습니다.
3 participants