Skip to content

New features#12

Open
Ali72 wants to merge 4 commits into
daprice:mainfrom
Ali72:patch
Open

New features#12
Ali72 wants to merge 4 commits into
daprice:mainfrom
Ali72:patch

Conversation

Ali72 added 2 commits July 22, 2023 12:30
make didPan and didTap gestures public to support user custom pan/tap gestures from outside of the pod
feature: add an image to the slider
feature: set position for slider's image
style: add the image to each slider in the main storyboard
@daprice
Copy link
Copy Markdown
Owner

daprice commented Jul 26, 2023

Thanks, I’m really excited to add this feature! Can you do a version that leaves the indentation as tabs? I can’t really see what changes you’ve made when the diff shows almost every line being rewritten.

}

@objc func didPan(sender: UIPanGestureRecognizer) {
@objc public func didPan(sender: UIPanGestureRecognizer) {
Copy link
Copy Markdown
Author

@Ali72 Ali72 Jul 27, 2023

Choose a reason for hiding this comment

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

when didPan function is public, I can set my custom drag gesture (like other view drag gestures) into the slider

}

@objc func didTap(sender: UITapGestureRecognizer) {
@objc public func didTap(sender: UITapGestureRecognizer) {
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

when didTap function is public, I can set my custom tap gesture (like other view taps) into the slider

@Ali72
Copy link
Copy Markdown
Author

Ali72 commented Jul 27, 2023

Thanks, I’m really excited to add this feature! Can you do a version that leaves the indentation as tabs? I can’t really see what changes you’ve made when the diff shows almost every line being rewritten.

I removed all indentation and tabs

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.

2 participants