-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create FUNDING.yml (#5) * Update swift.yml (#7) * Refactor and Update Slider Animations (#9) * Refactoring * Add animation direction change Refactoring * Add configurations * Code refactoring Update example * Update example screenshots * Update README.md * Update changelog.md * Minor bug fix; * Add Vertical direction (#11) * Refactoring * Add animation direction change Refactoring * Add configurations * Code refactoring Update example * Update example screenshots * Update README.md * Update changelog.md * Minor bug fix; * - Added vertical direction support (`bottomToTop`, `topToBottom`) for the slider, complementing the existing horizontal orientation. - Implemented new `TrackConfiguration` and `ThumbConfiguration` structures to allow detailed customization of the slider's appearance and behavior. - Developed and documented the `SliderDelegate` protocol and associated methods for handling slider events. - Implemented a documentation system using DocC, providing detailed guides and usage examples for the `Slider` class. - Added Swift-style documentation comments for all new and updated slider components. - Updated methods to enhance performance and reduce code duplication in the `Slider` class. - Modified the animation mechanism for smoother thumb movement on value changes. - Improved the system for updating and displaying the slider's visual components when its properties change. - Fixed potential compatibility issues when changing the slider's direction. - Addressed minor visual display issues in the slider identified during testing. - Created and published comprehensive documentation covering all aspects of using, configuring, and integrating the slider into an application.
- Loading branch information
Showing
210 changed files
with
1,557 additions
and
259 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Pod::Spec.new do |spec| | ||
|
||
spec.name = 'RKSlider' | ||
spec.version = '0.1.1' | ||
spec.summary = 'A CocoaPods library written in Swift' | ||
|
||
spec.description = <<-DESC | ||
This CocoaPods library helps you create application with the best slider. | ||
DESC | ||
|
||
spec.homepage = 'https://github.com/Ramiz69/Slider' | ||
|
||
spec.license = 'MIT' | ||
|
||
spec.author = { 'Ramiz Kichibekov' => '[email protected]' } | ||
spec.social_media_url = 'https://t.me/Ramiz69' | ||
|
||
spec.ios.deployment_target = "14.0" | ||
|
||
spec.source = { :git => 'https://github.com/Ramiz69/Slider.git', :tag => spec.version } | ||
|
||
spec.swift_version = ['5.0', '5.9'] | ||
|
||
spec.source_files = 'Sources/*.swift', 'Sources/**/*.swift' | ||
|
||
end |
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
Binary file modified
BIN
+15.5 KB
(110%)
...project.xcworkspace/xcuserdata/ramizkichibekov.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
Oops, something went wrong.