Commit Graph

7 Commits

Author SHA1 Message Date
Lucas Farah 1885a24296 Fixed some swiftlint warnings 2017-01-25 10:14:52 +05:30
Goktug Yilmaz 58c5e403f2 Fixed lint warnings 2016-12-24 10:52:29 +02:00
Lucas Farah 2560abeb11 Deprecated NSDictionaryExtensions (#333)
* Deprecated NSDictionaryExtensions

* Deprecated NSDictionaryTests

* Removed testJSON from Dictionary tests (I have no idea why that method was there)
2016-12-12 23:24:39 -08:00
Olexii Pyvovarov 201850843f Swift 3 support for Xcode 8 + all tests 2016-09-20 01:48:19 +03: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