Commit Graph

52 Commits

Author SHA1 Message Date
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
Heberti Almeida 92bd20790d Fix context fill color
Now is possible to use colors with alpha for tintColor.
Ref: http://stackoverflow.com/a/3743283/517707
2015-08-31 00:43:52 -03:00
Xavier Schott ad4fec2ae9 iOS 7 / iOS 8 Documentation 2015-03-13 15:57:32 -07:00
arquebuse 358b08e2fa Release version 1.0.0 2015-03-13 15:41:50 -07:00
arquebuse b0fc7f4ae0 iOS 8 Swift & iOS 7 Objective C Demo Projects 2015-03-13 15:37:36 -07:00
arquebuse d7b4957e84 iOS 8 Swift & iOS 7 Objective C Demo Projects 2015-03-13 15:36:42 -07:00
Xavier Schott a32375003e Fixed #2 - Images for TGPDiscreteSlider thumb, track and ticks not supported. Added tick images support. 2015-03-12 18:33:22 -07:00
Xavier Schott 45352d114f Merge branch 'master' of github.com:arquebuse/TGPControls 2015-03-12 15:29:53 -07:00
Xavier Schott 3af2a3fa4f Fixed #9 - Automatically update the Camels when Slider changes 2015-03-12 15:27:06 -07:00
Xavier Schott 90442ce6ab TGPDiscreteSlider images update 2015-03-12 14:56:16 -07:00
Xavier Schott f01bb1e2be Fixes #2 - Images for TGPDiscreteSlider thumb, track and ticks not supported 2015-03-11 20:01:46 -07:00
arquebuse 3f28058915 Fixed #8 - Linking Slider & CamelLabels doesn't update labels right away 2015-03-04 17:19:21 -08:00
arquebuse 5008782651 Release version 0.1.3 2015-03-04 12:26:58 -08:00
arquebuse bfcbcc6a81 Fixed #6 - Publish the animation duration for TGPCamelLabels 2015-03-04 12:22:45 -08:00
arquebuse 7efdbde4b8 Fixed #7 - TGPDiscreteSlider sends UIControlEventValueChanged too often 2015-03-04 12:17:05 -08:00
arquebuse 759e9b883a Release version 0.1.2. Provide a mechanism to hide thumb 2015-03-03 13:14:09 -08:00
arquebuse 545cdf3003 Fixed #5 - Provide a mechanism to hide thumb 2015-03-03 13:02:39 -08:00
arquebuse 6aa62c5c44 Release version 0.1.1 2015-03-02 12:20:02 -08:00
arquebuse 19b35ad550 Merge branch 'images_support' 2015-03-01 20:55:16 -08:00
arquebuse fd49848b26 Fixed the demo app 2015-03-01 20:54:51 -08:00
arquebuse 981d7c76c9 Release 0.1.0 2015-03-01 20:42:06 -08:00
arquebuse c5f8a19ecb Release 0.0.3 2015-02-27 23:24:25 -08:00
arquebuse 56cb523e39 Fix #4 Possible compiler warnings on iOS 7 - Xcode 6 - non ARC 2015-02-27 23:12:33 -08:00
Xavier Schott 243121035c v0.0.2 2015-02-18 19:41:07 -08:00
arquebuse 038b5fbd45 Added .gitignore 2015-02-18 19:05:15 -08:00
arquebuse ddafe6a7af TGPControls Demo, iOS8 + Swift + IBInspectable 2015-02-18 19:04:16 -08:00
arquebuse d481e85347 TGPControls Demo, iOS7 + ObjC 2015-02-18 19:02:47 -08:00
arquebuse 53433b4bc2 Dynamic resizing of TGPControls 2015-02-18 11:17:27 -08:00
Xavier Schott c5659d0423 Update README.md, better presentation 2015-01-26 19:29:50 -08:00
Xavier Schott bd56e8c8b9 Update README.md 2015-01-26 19:19:51 -08:00