Commit Graph

16 Commits

Author SHA1 Message Date
Lucas Farah 1885a24296 Fixed some swiftlint warnings 2017-01-25 10:14:52 +05:30
Arunav Sanyal 5b6250722f <Description> : Adding the absolute value extension for double.
<Type> : feature/test
2017-01-24 11:47:08 +05:30
Olexii Pyvovarov db2be2f362 Deprecated (get)Ceil(ed)ByPlaces and (get)Round(ed)ByPlaces functions 2016-09-29 20:57:12 +03:00
Olexii Pyvovarov 201850843f Swift 3 support for Xcode 8 + all tests 2016-09-20 01:48:19 +03:00
Olexii Pyvovarov 498bec377b Added ceilByPlaces + tests for it
Added guard for places >= 0
Moved String extension to StringExtensions
2016-08-27 10:30:49 +03:00
Yu Wang 4b883f0bee eliminate linter warnings 2016-08-19 09:20:29 -07:00
Yu Wang e3e23d04de general refinements 2016-08-19 09:06:13 -07:00
Mahdi Bchetnia b6aab23a79
Fixed whitespace issues with `swiftlint autocorrect` 2016-07-07 18:18:43 +09:00
Lucas Farah b415e62d46 Fixed All Swiftlint errors 2016-07-04 17:58:12 -03:00
Amir Abbas Mousavian aa83e35a18 Double, String, NSDate, NSURL, NSDictionary, UIApplication and UIImage Extensions and Tests
Double:
- String inits with precision
NSDate:
- init from HTTP date strings
NSDictionary:
- JSON serialize and deserialize
NSURL:
- file properties methods
- get remote server size of URL
- checks server supports resuming
- comparing URLs
String:
- determining position of substring
- counting words and paragraphs
- get matches of regular expression
- get height of rendered text (usable in determining UILabel/UITextView height programatically
- colorize instances of a substring inside string
- hasPrefix and hasSuffix pattern matching
UIApplication:
- convenience method to run a block when app is in background
UIImage:
- colorize uiimage (pattern colouring)
2016-06-04 21:09:09 +04:30
Arasuvel Theerthapathy a8eab7277b Added extensions for ceil in double. 2016-04-18 19:31:13 +05:30
inket 11023a6b6f Fixed whitespacing issues 2016-03-29 16:15:00 +09:00
Goktug Yilmaz 2ddc86a1c5 Made Double funcs public 2016-03-15 18:46:36 +02:00
Goktug Yilmaz e5d628ea29 Added roundByPlaces & getRoundedByPlaces 2016-02-18 17:30:12 -08:00
Lucas Farah 3a61fd5e0a Updated Double Documentation 2016-02-15 23:25:56 -08:00
Goktug Yilmaz c089c52202 Fixed problem with double 2015-12-19 13:16:30 -08:00