Arunav Sanyal
18f1e98c97
Adding swift 4 tag post release.
2018-06-29 22:06:47 -07:00
Goktug Yilmaz
b2733d6122
Updated use stats
2018-04-26 00:10:23 +03:00
Arunav Sanyal
36853217b1
Adding license markdown.
2017-05-07 13:47:38 -07:00
Arunav Sanyal
bce41a5002
Adding downloads till date markdown
2017-05-07 13:46:58 -07:00
Santiago Castro
36ff1923b4
Fix broken Markdown headings
2017-04-18 17:37:24 -07:00
Arunav Sanyal
a01d79349f
Gitter markdown tag on README.
2016-12-14 21:02:39 -08:00
Lucas Farah
b5ebdd4850
New README ( #309 )
...
* New README [WIP]
* Completed methods
* Changed to Example Usage
* Added Full Documentation via CocoaDocs
* Removed CGRect Example
2016-11-20 20:54:50 -02:00
furuyan
2c51f8ba5c
Drop NS prefix in README
2016-11-05 17:59:15 +09:00
Lucas Farah
b7e12f3ce3
Added CodeCov badge, updated Swift badge
2016-10-01 01:06:06 -07:00
Goktug Yilmaz
cae9129fb0
Update README.md
2016-09-27 17:50:03 +03:00
Goktug Yilmaz
2760257018
Merge pull request #175 from Yu-w/function
...
Few refinement and new algorithm for computing top most view controller
2016-08-25 16:44:28 +03:00
Goktug Yilmaz
226c8ed15a
Added gitter link
2016-08-25 11:50:59 +03:00
Yu Wang
0f023e817a
add helper function for topMostVC in ez and modify readme
2016-08-19 09:30:15 -07:00
Olexii Pyvovarov
a715e2cb07
isBlank + tests
...
isOnlyEmptySpacesAndNewLineCharacters() is now deprecated
2016-08-06 15:10:49 +03:00
Robert Nix
d6b3194a29
Change "panned" to "pinched" in print call
...
In an example of the mainview.addPinchGesture(target: self, action: "userAction") call, the print() statement had been copied down from the addPanGesture() call above, and not changed to reflect the new functionality.
2016-07-18 09:37:31 -05:00
Goktug Yilmaz
1619dc54d7
Merge pull request #154 from piv199/master
...
[Readme] UIStoryboard instantiateVC extension
2016-07-03 13:20:38 +03:00
Alex Pyvovarov
7e8a62f089
UIStoryboard instantiateVC extension.
2016-07-03 13:12:12 +03:00
Alex Pyvovarov
9adcb53e97
Updated README with UIStoryboard instantiateVC extension
2016-07-03 13:08:04 +03:00
Henrique Morbin
d1ee28c341
Adding Travis build status
2016-06-26 21:55:52 -03:00
Rugen Heidbuchel
6f614bc143
Update Readme with UIStoryboard
2016-06-15 12:18:36 +02:00
Lucas Farah
1eef431224
Fixed title #
2016-05-26 12:25:20 -07:00
ReadmeCritic
b7191043d7
Update README URLs based on HTTP redirects
2016-05-26 08:27:52 -07:00
Dan
0f5654a752
Added testAll to README.md
2016-04-11 14:12:06 -04:00
Dan
f0fcd2d1ec
Removed extraneous 'Dictionary' Header
2016-04-11 13:14:24 -04:00
Dan
74b21a5be0
Added some array examples to README.md
2016-04-09 16:50:42 -04:00
Daniel Lopez
74ada7288a
Update README.md
2016-04-08 16:29:31 -04:00
Dan
c247946b4c
Fixed README.md conflict.
2016-04-08 11:46:41 -04:00
Daniel Lopez
5b2883dbbd
Added shuffle() example.
2016-04-08 11:27:46 -04:00
Goktug Yilmaz
2f95dcb288
Update README.md
2016-04-08 09:39:39 +03:00
Goktug Yilmaz
029a9322bd
Merge pull request #111 from nchodelski/master
...
Readme Array & Dictionary additions
2016-04-08 09:35:37 +03:00
Natalia
26520c19b2
fixed heading formatting that wasn't displaying as a heading
2016-04-07 23:19:10 -07:00
Natalia
04c1e5690f
fixed one dictionary example that i realized was wrong when I reviewed it on my branch
2016-04-07 23:01:56 -07:00
Natalia
d6fb0c3d4c
I added several array examples and a couple dictionary examples. Still need to add the functional dictionary examples (.map etc).
2016-04-07 22:47:47 -07:00
Demir
fb832e35af
typo fixed
2016-03-25 17:03:57 +02:00
Demir
ab9f83ce1d
updated readme for centering view in superview
2016-03-22 19:47:32 +02:00
Goktug Yilmaz
23e7f83c94
readme for hideKeyboardWhenTappedAround
2016-03-20 16:43:44 +02:00
Barış Çamur
16ff1bdb55
Remove Duplicate ez.screenOrientation Example
...
Removed duplicate example in README
2016-03-09 10:08:44 +02:00
Lucas Farah
3951844849
Fixed myDict.random() in README
...
was: myDict() //grass or something else
is: myDict.random() //grass or something else
2016-03-01 21:18:35 -08:00
Lucas Farah
44f81bb469
Added License, Platform and Language badges to Readme
2016-03-01 18:58:17 -08:00
Lucas Farah
8cfbc91934
Added NSTimer to Menu in Readme
2016-03-01 18:47:41 -08:00
Goktug Yilmaz
d3241e09a8
Added myImageView.scaleImageFrameToHeight readme back
2016-03-01 18:40:04 -08:00
Lucas Farah
3a4a1626b9
Added NSAttributedString documentation
...
fixes #78
2016-03-01 18:36:39 -08: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
7dce8add53
Fixed spelling of indexs
2016-03-01 17:14:41 -08:00
Goktug Yilmaz
8988385515
Merge pull request #81 from furuyan/update-array-extensions
...
Updated ArrayExtensions
2016-03-01 16:57:52 -08:00
Goktug Yilmaz
65423309d5
Updated readme
2016-03-01 16:54:24 -08:00
furuyan
fc54ed1c10
fixed #20 Updated ArrayExtensions
2016-03-01 17:13:41 +09:00
Valentino Urbano
23f9eae7ec
Merging from upatream
2016-02-27 16:41:50 +01:00
Goktug Yilmaz
6a8d5d27d4
Added docs for String.count()
2016-02-25 15:58:56 -08:00
Goktug Yilmaz
0fd93e3f72
Added docs for String.isNumber()
2016-02-25 15:52:08 -08:00