33 Commits

Author SHA1 Message Date
Badarinath Venkatnarayansetty bcb19b9af1 Fix trailing edge when top modifier is applied (#84)
* Fix trailign edge when top modifier is applied

* Removed unrequired print statement

* Fix for top alignment

* Removed commented code

* Comment and alignment fix

* version update for top alignment fix

* Jazzy docs uodate for 1.6.6

Co-authored-by: Badarinath Venkatnarayansetty <Badarinath_Venkatnarayansetty@intuit.com>
2021-05-23 22:50:09 -07:00
Badarinath Venkatnarayansetty bee85d4baf Task/adopt stepperview styling (#68)
* Implementation of rounded lines and life cycle status for each of the steps

* Swift lint configuraation for implicit getter and empty enum arguments

* Added Lifecycle tab and corrected comments

* Added more examples for life style

* Updated jazzy documentation for 1.6.0

* Pictorial representation of lien customizations and life cycle events

* Updates to jazzy docs

Co-authored-by: Badarinath Venkatnarayansetty <Badarinath_Venkatnarayansetty@intuit.com>
2021-04-04 15:28:30 -07:00
Badarinath Venkatnarayansetty 4b8daa8eb0 Testing config updates 2021-01-17 17:25:01 -08:00
Badarinath Venkatnarayansetty d3fc365711 Auto spacing and circle step indicator alignment fixes 2021-01-11 13:02:21 -08:00
Badarinath Venkatnarayansetty c891f69b86 Task/add steps dynamically (#53)
* Fix for adding steps dynamically

* README updates and jazzy diocumetation update

Co-authored-by: Badarinath Venkatnarayansetty <Badarinath_Venkatnarayansetty@intuit.com>
2020-06-07 13:44:50 -07:00
Badarinath Venkatnarayansetty 17a5b52881 Bump pod spec version and read me updates 2020-05-18 10:06:31 -07:00
Badarinath Venkatnarayansetty 1b7e36dd7c Github workflow example 2020-05-17 13:55:38 -07:00
Badarinath Venkatnarayansetty 8a914641ef Added an example fo animated step indicatpr for apple watch 2020-05-11 17:53:36 -07:00
Badarinath Venkatnarayansetty 76c26c21fb Animated circle view during step 2020-05-11 12:38:48 -07:00
Badarinath Venkatnarayansetty 3ee845d930 Added example for Pistop stepperView for apple watch 2020-05-10 17:30:50 -07:00
Badarinath Venkatnarayansetty 942c6eb68b Added examples for watch target for usage of StepperView 2020-05-09 21:16:41 -07:00
Badarinath Venkatnarayansetty 08728482ec Added watch target and a sample example for illustrating it 2020-05-09 10:50:12 -07:00
Badarinath Venkatnarayansetty ca85828d9f Adding Unit tests for Pitstop example scenario 2020-04-27 14:16:45 -07:00
Badarinath Venkatnarayansetty ee7d870a98 PitStop line options and implmentations, code cleanup 2020-04-27 14:01:52 -07:00
Badarinath Venkatnarayansetty 983ece3586 Implementation of pitstop feature to step indicator 2020-04-26 18:45:22 -07:00
Badarinath Venkatnarayansetty 22cf5644f8 Updated readme 2020-04-18 19:14:53 -07:00
Badarinath Venkatnarayansetty a97e5bdff6 Adoption of Environment Variables extensiosn and fixing unit tests 2020-04-18 18:05:21 -07:00
Badarinath Venkatnarayansetty 4872855275 Fixed merge conflicts 2020-04-17 13:30:00 -07:00
Badarinath Venkatnarayansetty bc7135bc0d Task/add supporting views (#25)
* Setting frame to infinity

* Fix fo hardcoded frame height

* Updated image

Co-authored-by: Badarinath Venkatnarayansetty <Badarinath_Venkatnarayansetty@intuit.com>
2020-04-16 17:47:54 -07:00
Badarinath Venkatnarayansetty c3a6db9747 Bump version to 1.1.4 2020-04-16 10:41:27 -07:00
Badarinath Venkatnarayansetty d24119fabc Task/adopt horizontal step indicator (#19)
* Added support for horizontal mode

* Horizontal mode in porgress

* Adopted line options and placement of the line

* Removed Example5View

* Added support for horizontal mode and updated csreenshots and example

Co-authored-by: Badarinath Venkatnarayansetty <Badarinath_Venkatnarayansetty@intuit.com>
2020-04-15 19:45:53 -07:00
Badarinath Venkatnarayansetty 59c7562644 Task/fix warnings (#18)
* Fixed all warnings

* Updated read me with proper version and gif image

Co-authored-by: Badarinath Venkatnarayansetty <Badarinath_Venkatnarayansetty@intuit.com>
2020-04-14 17:47:13 -07:00
Badarinath Venkatnarayansetty 5d9ca84556 Added Snapshot testing for all the ExampleViews 2020-04-14 14:00:45 -07:00
Badarinath Venkatnarayansetty 352b49654e Integrating SwiftLint and fixing violations 2020-04-14 10:42:45 -07:00
Badarinath Venkatnarayansetty 5257901dc3 Added unit tests 2020-04-13 23:35:42 -07:00
Badarinath Venkatnarayansetty b3d185cc71 Adopted tab bar for proper usage of examples 2020-04-10 13:00:51 -07:00
Badarinath Venkatnarayansetty 3277e05aaa Adopted line options and added real time use case examples 2020-04-09 14:54:01 -07:00
Badarinath Venkatnarayansetty b4d107b517 Dynamic width calculation of the indicator and adjusting the line position 2020-04-08 18:52:45 -07:00
Badarinath Venkatnarayansetty 6239002156 Bug Fixes for alignments and added multiple options screenshots 2020-04-07 14:41:22 -07:00
Badarinath Venkatnarayansetty 7dd677fe41 Updated readme for Swift PAckage manager and bumped the version to 1.0.5 2020-04-07 12:10:15 -07:00
Badarinath Venkatnarayansetty c988e14198 Readme updated for images and requirements and deployment target to 11.0 2020-04-05 12:04:06 -07:00
Badarinath Venkatnarayansetty ee85b0ee92 Stepper View Implementation 2020-04-05 00:42:18 -07:00
Badarinath Venkatnarayansetty ebb86379d4 Initial commit 2020-04-04 23:58:18 -07:00