Commit Graph

21 Commits

Author SHA1 Message Date
Lucas Farah 134d76da3c Added public to .base64, so it's available in projects 2017-09-07 14:50:51 -04:00
Arunav Sanyal c968ce8d73 Converting all UIKit packages to be buildable for only tvOS or IOS.
This would allow EZSwiftExtensions to be usable in other platforms (MacOS and Linux)
2017-05-30 20:12:29 -07:00
Lucas Farah c6fcd96e18 Added base64 to UIImageExtensions (#363)
* Added base64 to UIImageExtensions

* added changelog

* Added tests for UIImage.base64 NOT WORKING

* Fixed UIImageTests

* Added better test for base64
2017-03-09 00:55:34 -03: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
Lucas Farah 0def725881 Fixed Swiftlint warnings 2016-05-26 12:56:25 -07:00
Goktug Yilmaz 6e7a2f581a Image url missing gives more information now 2016-04-22 15:14:49 +03:00
Goktug Yilmaz 466ea8eca6 Changed CGRectMake to CGRect 2016-04-06 17:30:31 +03:00
inket 050106afd8 No more force-unwrapping 🤕 2016-03-29 16:15:00 +09:00
inket 6dbdf9fdcc Fixed extremely long lines 2016-03-29 16:15:00 +09:00
inket 11023a6b6f Fixed whitespacing issues 2016-03-29 16:15:00 +09:00
Goktug Yilmaz 30a969dc2b Fixed crash bug in croppedImage() 2016-03-20 11:44:35 +02:00
Goktug Yilmaz f5c49a7b79 Added UIImageView.scaleImageFrameToHeight()
Added guards to scaleImageFrame functions so the app doesn't crash
2016-03-01 17:46:56 -08:00
Goktug Yilmaz eea715012a UIImage(urlString: ) syntax 2016-02-25 17:34:23 -08:00
Lucas Farah 2ffe746253 Moved init(url) inside the Extension.
The method was outside the extension, breaking the file
2016-02-23 17:19:28 -08:00
Lucas Farah 313b0bd01c Added documentation to UIImage 2016-02-23 00:17:25 -08:00
Lucas Farah e328e6841b Added init(urlString:) to UIImage 2016-02-19 20:45:19 -08:00
Goktug Yilmaz 2233b1907b :made everything public 2015-11-14 19:57:46 +02:00
Goktug Yilmaz 2ee2fed351 :commit stuff 2015-11-14 18:31:57 +02:00