-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add auto-scrolling to ContentImageView
This commit adds the `scrolling` property to the `QuranHighlightsService` class, which allows for programmatically scrolling to a specific verse. This feature is implemented by observing changes in the `highlights` property and filtering for cases where scrolling is needed. The commit also includes necessary updates to the `ContentImageView` and `ContentImageViewModel` classes to support scrolling to the desired verse.
- Loading branch information
1 parent
973461b
commit 0d2b69e
Showing
4 changed files
with
50 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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