Commit Graph

77 Commits

Author SHA1 Message Date
Ivan Zinovyev 719830b81e Update version in podspec 2018-11-01 19:53:14 +03:00
Ivan Zinovyev 82453c0681 Replace buttons text with images 2018-11-01 18:44:46 +03:00
Ivan Zinovyev 7367554d53 Add leftButtonLimitOpacity, buttonsTextInsets, didTouchLabel 2018-10-31 20:19:59 +03:00
Brent Whitman 4bb23e79aa Add swift_version to podspec 2018-09-18 06:38:08 -07:00
Brent Whitman e91c2577e4 change minimum iOS version back to 8.0 2018-09-15 13:44:56 -07:00
Brent Whitman d81e614d1b Update to Swift 4.2 2018-07-13 13:31:32 -07:00
Brent Whitman 338fa1ebad Improve display to avoid rounding imprecision when using non-integer step values. Fix for issue #36. 2018-07-13 13:23:22 -07:00
Brent Whitman ae98a8c70b Update .swift-version to 4.0 2017-10-26 09:23:32 -07:00
Brent Whitman c2748bb776 Update to Swift 4: add @objc for all public variables and functions 2017-09-08 09:45:44 -07:00
Brent Whitman 4c5bfffbb8 Update podspec for v2.0.1 2017-04-24 10:51:17 -07:00
Brent Whitman 71c1c1b9a6 Update readme - remove maintainer notice 2017-04-24 10:43:29 -07:00
Brent W b470b560b9 Merge pull request #35 from shamsmosowi/master
Adjustable middle label layer corner radius
2017-04-24 10:30:27 -07:00
shamsmosowi a47725de8b Update README.md 2017-04-23 20:03:01 +10:00
shamsmosowi 8af374c283 Update README.md 2017-04-23 20:01:18 +10:00
shamsmosowi 88dd8d76b6 Update GMStepper.swift 2017-04-23 19:55:05 +10:00
Gunay Mert Karadogan 07616aa0ff Update Readme for Brent as a maintainer 2017-03-30 14:34:35 +03:00
Gunay Mert Karadogan 44f1477df1 Merge pull request #33 from bwhtmn/touchCancel
Reset timer when button touches are cancelled
2017-03-27 10:59:46 +01:00
Brent Whitman fae1225e36 Reset timer when button touches are cancelled 2017-03-24 13:26:50 -07:00
Gunay Mert Karadogan ae068ac0fd Update Readme for maintainer notice 2017-02-25 21:11:16 +00:00
Gunay Mert Karadogan 35f3db649a Add .swift-version for cocoapods 2016-10-06 20:24:10 +01:00
Gunay Mert Karadogan 96389e6d75 Fix warnings and storyboard errors 2016-10-05 08:12:16 +01:00
Gunay Mert Karadogan c136918409 Merge pull request #26 from Legoless/Swift3
Swift3 Support
2016-10-04 23:18:32 -07:00
Dal Rupnik f52eb0448b Added ability to set items to display in label 2016-08-18 18:55:44 +02:00
Dal Rupnik 43d38b5973 Converted to Swift3 2016-08-18 17:29:49 +02:00
Gunay Mert Karadogan 5d4d5a4989 Bump up to 1.2.0 2016-04-21 19:34:33 +02:00
Gunay Mert Karadogan 8631f60be1 Update README for borders 2016-04-21 19:33:08 +02:00
Gunay Mert Karadogan 31d50f82f7 Use #selector syntax 2016-04-21 19:28:34 +02:00
Gunay Mert Karadogan 36df74db47 Merge pull request #23 from luugiathuy/master
Add borderWidth and borderColor properties
2016-04-21 15:00:52 +02:00
Luu Gia Thuy bc199530cb Add borderWidth and borderColor properties
This will help creating steppers with transparent background colors, borders and separators between buttons and middle label (similar to default iOS style
2016-04-21 18:24:21 +08:00
Gunay Mert Karadogan b7acb5d479 Merge pull request #21 from vtourraine/patch-1
Update minus sign character
2016-03-11 15:11:45 +01:00
Vincent Tourraine 993b8297e2 Update minus sign character 2016-03-11 14:10:12 +01:00
Gunay Mert Karadogan 39296c9815 Bump up pod version 2015-09-11 13:50:39 +03:00
Gunay Mert Karadogan a3f6ab1441 Merge pull request #15 from lexrus/master
Upgrade to Swift 2.0 and Xcode 7 GM.
2015-09-10 15:46:26 +03:00
Lex Tang 0ee7bfa26c Upgrade to Swift 2.0. 2015-09-10 11:35:55 +08:00
Gunay Mert Karadogan 9bc287a1b5 Remove println 2015-07-17 19:31:59 +02:00
Gunay Mert Karadogan f380fc31d0 Change some vars to let constant 2015-07-17 19:24:18 +02:00
Gunay Mert Karadogan ed34ebf37b Reset timer when the app resigned 2015-07-14 10:52:57 +02:00
Gunay Mert Karadogan 050e495744 Update readme with tutorial-part-1 link 2015-07-13 15:21:05 +02:00
Gunay Mert Karadogan 1c97b27d14 Add gif 2015-07-12 22:37:00 +02:00
Gunay Mert Karadogan 878da616db Update the readme, bump up the version 1.0.0 2015-07-12 16:12:18 +02:00
Gunay Mert Karadogan 1e5a91f90c Add value:Double, stepperValue and showIntegerIfDoubleIsInteger 2015-07-11 14:21:18 +02:00
Gunay Mert Karadogan 9619704a90 Refactoring and bug fixes
- Keep a stepper state
- Disable button or buttons in state of increasing or decreasing
2015-07-10 22:54:23 +02:00
Gunay Mert Karadogan 8789187aac Add autorepeat for pan gesture 2015-07-10 12:42:48 +02:00
Gunay Mert Karadogan 8f3ccfd2d5 Add UIStepper's autorepeat for button taps 2015-07-10 01:07:14 +02:00
Gunay Mert Karadogan 3332ee8a61 Update Readme 2015-07-09 12:54:27 +02:00
Gunay Mert Karadogan 3d6725d1c1 Add pan gesture to label 2015-07-09 12:51:16 +02:00
Gunay Mert Karadogan 571d15dfc2 Bump up to 0.1.2 2015-07-05 16:21:11 +02:00
Gunay Mert Karadogan 295cb1e9ac Add simple tests 2015-07-05 15:56:37 +02:00
Gunay Mert Karadogan a6adcc50c5 Update Readme 2015-07-05 15:36:30 +02:00
Gunay Mert Karadogan ee76106bdf Update Readme with docs 2015-07-05 15:34:11 +02:00