Commit Graph

81 Commits

Author SHA1 Message Date
Xavier Schott eb5d751045 Merge branch 'JakubMazur-master' 2017-04-15 09:02:35 -07:00
Xavier Schott 1052968847 Draw all ticks including rightmost, fixes #31 2017-04-15 08:57:17 -07:00
Xavier Schott 7cc0a2cb19 UIImage generalization 2017-04-14 17:53:02 -07:00
Xavier Schott 1005779c93 Merge branch 'master' of https://github.com/JakubMazur/TGPControls into JakubMazur-master 2017-04-14 13:03:55 -07:00
Xavier Schott e3531c075d Fix required Module references broken by previous PR 2017-04-14 13:01:50 -07:00
Xavier Schott f2828c42e3 Merge branch 'jayliew-master'
Close demo project now compiles #28
2017-04-14 12:51:52 -07:00
Jakub Mazur 4fe0041d81 change string image to UIImage object 2017-03-23 10:27:34 +01:00
Jakub Mazur 672dbd605b add Carhage support 2017-03-22 14:50:15 +01:00
Jay Liew f9bc8a8d1f added demo gif 2017-03-16 16:20:26 -07:00
Jay Liew c7ee7be781 added demo gif to readme 2017-03-16 16:19:48 -07:00
Jay Liew 1229ef4ff5 demo project now compiles 2017-03-16 15:50:49 -07:00
Xavier Schott c1020cef8f Release version 3.0.0, Swift 3 2017-02-14 18:42:51 -08:00
Xavier Schott bc5abc2367 Swift 3 2017-02-14 18:31:21 -08:00
Xavier Schott 08a39f6269 Merge branch 'swiftwork' into swift 2017-02-13 22:21:07 -08:00
Xavier Schott 2f7887bcf5 License 2017-02-13 22:19:49 -08:00
Xavier Schott 3d7040a66a Release version 2.1.0 2017-02-13 18:32:43 -08:00
Xavier Schott 9ee06fcfff Updated the documentation to reflect new properties 2017-02-13 17:40:02 -08:00
Xavier Schott 24f9ca4408 Fixes #24: Label vertical animations control 2017-02-13 15:04:48 -08:00
Xavier Schott ae14632028 Interface Builder upport for offCenter & insets 2017-02-13 12:20:21 -08:00
Xavier Schott bb2ee57265 Podspec 2017-02-13 11:53:06 -08:00
Xavier Schott cc1a440b11 Replaced the animate flag by emphasisLayout and regularLyout to control how labels move up, down or not at all 2017-02-11 16:05:20 -08:00
Xavier Schott 3236dff798 Migrated to Swift 3 2017-02-10 23:14:38 -08:00
Xavier Schott 78a5c7681a Removed Objective-C 2017-02-04 20:33:02 -08:00
Xavier Schott db70e5ce96 Inset end labels support 2017-02-04 18:46:31 -08:00
Xavier Schott 9528bcd61f Merge pull request #19 from tradono/no-animation
Added parameter for keeping labels in original position
2016-11-27 23:30:01 -08:00
Xavier Schott 0339b5eda9 Merge pull request #17 from ReadmeCritic/master
Correct the spelling of CocoaPods in README
2016-11-27 23:29:27 -08:00
Peter Haldbæk 94afda0a52 Added parameter for keeping labels in original position
The parameter `animate` was added to prevent labels from animating
up and down when a selection is made. The animation between the up
and down label themselves (font and color) is kept as is.
2016-11-10 13:48:26 +01:00
ReadmeCritic c61ab946f9 Correct the spelling of CocoaPods in README 2016-02-12 20:04:41 -08:00
Xavier Schott 24eb5788db Swift notes, iOS 9 update 2015-12-07 00:49:46 -08:00
Xavier Schott 556ccb810d Closes #10, changed thumbColor to thumbTintColor, change tintColor meaning to only affect left track and ticks, added minimumTrackTintColor and maximumTrackTintColor to match UISlider, Release version 2.0.0 2015-12-07 00:24:57 -08:00
Xavier Schott 438a1b9e54 Fixed #10 - TGPDiscreteSlider: Tint colour sets the track colour, rather than the 'fill' color 2015-12-07 00:20:03 -08:00
Xavier Schott 18f0fc4f37 Fix Demo to use thumbTintColor instead of thumbColor 2015-12-06 22:51:47 -08:00
Xavier Schott 98f3855c7c Fixed maximumTrackTintColor, OS thumb size and hardness 2015-12-06 22:43:21 -08:00
Xavier Schott 0b7ee0cd9b Introduce UISlider minimumTrackTintColor, maximumTrackTintColor, thumbTintColor 2015-12-06 22:01:50 -08:00
Xavier Schott b1fa71000f Left & Right color match UISlider, and respond to tin 2015-12-06 16:07:22 -08:00
Xavier Schott 63b900ce66 tint color represents the left side of the track, just like UISlider 2015-12-06 15:51:54 -08:00
Xavier Schott 411f678f8f Added Stepper to TGPControlsDemo to demonstrate bug fix #14 2015-12-05 23:22:03 -08:00
Xavier Schott 0205e53da3 Added Stepper to TGPControlsDemo7 to demonstrate bug fix #14 2015-12-05 23:21:27 -08:00
Xavier Schott 202926dc5b Fixes #14, setValue 2015-12-05 23:10:50 -08:00
Xavier Schott aa22d397a4 Closes #16, Update podspec on Cocoapods, Release version 1.1.0 2015-12-05 19:06:02 -08:00
Xavier Schott fca2096800 Update TGPControlsDemo7 to demonstrate UIControlEvents 2015-12-05 18:41:20 -08:00
Xavier Schott 7a2d67142e Upgrade TGPControlsDemo7 to Xcode 7 2015-12-05 18:03:49 -08:00
Xavier Schott 6374243d15 Update TGPControlsDemo to demonstrate UIControlEvents 2015-12-05 17:41:14 -08:00
Xavier Schott 10d6b82256 Merge branch 'master' of github.com:arquebuse/TGPControls 2015-12-05 17:33:33 -08:00
Xavier Schott 99345c5cae Fixes #13, TGPDiscreteSlider does not seem to fire TouchDragExit events for me to know when user took hand away from slider 2015-12-05 17:33:08 -08:00
Xavier Schott e89f394afd Clarified `ticksListener` vs. `ticksDistance` 2015-12-05 12:18:06 -08:00
Xavier Schott 7319641083 Scroller complete 2015-11-29 22:39:24 -08:00
Xavier Schott 0408edea49 Demo in a scroller 2015-11-29 22:04:39 -08:00
Xavier Schott 658a25dbae TGPControls: bring TGPControlsDemo to Xcode 7.1 2015-11-26 23:44:39 -08:00
Xavier Schott f2929c7b14 Merge pull request #15 from hebertialmeida/patch-1
Fix context fill color
2015-11-26 04:33:31 -08:00