Commit Graph

95 Commits

Author SHA1 Message Date
Xavier Schott 8638f00488 SWIFT_SWIFT3_OBJC_INFERENCE = Default 2018-05-31 12:13:35 -07:00
Xavier Schott ceced355f2 Xcode 9.4 2018-05-31 11:16:24 -07:00
Xavier Schott 51fa92ab8b
Merge pull request #45 from VladNaimark/master
Added ability to use ticksListener from Objective C
2018-04-07 17:08:01 -07:00
Vlad Naimark 9c83dea17f Added ability to use ticksListener from Objective C 2018-02-06 15:48:03 +02:00
Xavier Schott 7f395f6d05 Added travis.yml setup file for Xcode 8 2017-04-16 00:24:30 -07:00
Xavier Schott f018c60b70 Added Travis Continuous Integration 2017-04-15 23:27:59 -07:00
Xavier Schott c855390498 Normalize tgpValueChanged to a UInt while allowing negative slider offsets. Fixes #25 2017-04-15 22:42:17 -07:00
Xavier Schott d4c96259b3 Fixes #32 2017-04-15 19:14:24 -07:00
Xavier Schott 1539a15bdf Carthage & Pods undated documentation, dropped pre-iOS 8 support 2017-04-15 18:30:28 -07:00
Xavier Schott 1a4e2412fb Remove unnecessary Cocoapod reference 2017-04-15 16:56:20 -07:00
Xavier Schott 0ec5ec3f05 TGPControlsDemo has now 2 targets: Carthage and Cocoapods 2017-04-15 16:50:21 -07:00
Xavier Schott 9a618d78e8 Removed unwanted Pod references in TGPControlsDemo 2017-04-15 15:57:43 -07:00
Xavier Schott 93761f68a0 Release version 4.0.0 2017-04-15 09:35:42 -07:00
Xavier Schott d4a3d49e4d Generalized UIImage use in TGPDiscreteSlider 2017-04-15 09:09:41 -07:00
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