-
Notifications
You must be signed in to change notification settings - Fork 16
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
arrow animation & fix for section title #209
arrow animation & fix for section title #209
Conversation
* on tap on current element in dropdown view hide the dropdown view without refreshing of content * added rotation animation for expandable cell arrow and for dropdown title arrow * set line limit for courseDropdownTitle to 1 line and added paddings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The drop-down menu dismisses on click but not on scroll.
Screen.Recording.2023-12-15.at.10.21.33.AM.mov
}).padding(.top, isHorizontal ? 10 : 0) | ||
Group { | ||
NavigationBar( | ||
title: isDropdownActive ? sequenceTitle : "", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, @saeedbashir, the original upstream develop
doesn't contain title, so i moved it to under flag. Should i move it to persistent state @volodymyr-chekyrta ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, @saeedbashir, the original upstream develop doesn't contain title, so i moved it to under flag
If thats the case, you can ignore this request. I thought it got missed because of our recent work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@saeedbashir, now menu is hide when user scrolls content
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
* fix: contains next fixes: * on tap on current element in dropdown view hide the dropdown view without refreshing of content * added rotation animation for expandable cell arrow and for dropdown title arrow * set line limit for courseDropdownTitle to 1 line and added paddings * fix: hide dropdown when user is scrolling
That PR contains two tickets:
Previews:
[iOS] Fix section title displayed in two lines #208 & [iOS] Long section name is partially overlapped by navigation buttons #205
[iOS] Improve arrow animation for section drop-down and sequence nested lists #207
Simulator.Screen.Recording.-.iPhone.15.-.2023-12-14.at.16.26.28.mp4
Simulator.Screen.Recording.-.iPhone.15.-.2023-12-14.at.16.40.20.mp4