HandySwift

Handy Swift features that didn't make it into the Swift standard library.

MIT License

Stars
471
Committers
9

Bot releases are visible (Hide)

HandySwift - 1.1.0

Published by Jeehut over 8 years ago

New:

  • Global delay(bySeconds:) { ... } method with optional dispatch level

Removed:

  • Support for OS X 10.9 (10.10+ is the new requirement)
HandySwift - 1.0.0

Published by Jeehut over 8 years ago

This version adds the ColorExtension for iOS & tvOS targets which helps on some common access and change tasks using UIColor. See the README for further documentation.

Please note that this version was also marked as 1.0 according to recommendations on the SemVer 2.0 website as this library is stable, well tested and already used in production.

HandySwift - 0.8.2

Published by Jeehut over 8 years ago

HandySwift - 0.8

Published by Jeehut over 8 years ago

Add .merge() method to DictionaryExtension.

HandySwift -

Published by Jeehut almost 9 years ago

Add DictionaryExtension with init?(keys:values:)

HandySwift -

Published by Jeehut almost 9 years ago

Add frequency-based sample methods via struct.

HandySwift -

Published by Jeehut almost 9 years ago

Add randomizing features + tvOS/OSX support.

HandySwift - 0.4

Published by Jeehut almost 9 years ago

Add ArrayExtension with .sample methods

HandySwift - 0.3

Published by Jeehut almost 9 years ago

StringExtension with .strip and .isBlank

HandySwift -

Published by Jeehut almost 9 years ago

HandySwift -

Published by Jeehut almost 9 years ago

Add SortedArray struct with binary search.

HandySwift -

Published by Jeehut almost 9 years ago

Restructured + Swift Package Manager ready.

HandySwift -

Published by Jeehut almost 9 years ago

Moved times method to Int class + example improvements.

HandySwift -

Published by Jeehut almost 9 years ago

Remove ambiguous times method with argument.

HandySwift - Fix deployment target issue.

Published by Jeehut almost 9 years ago

HandySwift - Lowered deployment target to iOS 8.0

Published by Jeehut almost 9 years ago

HandySwift - 0.1

Published by Jeehut almost 9 years ago

Support for .times method on IntegerType
– .times Method supported
– Carthage install supported

Package Rankings
Top 11.21% on Swiftpackageindex.com
Badges
Extracted from project README
Related Projects