We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8b8c25 commit 75b1690Copy full SHA for 75b1690
1 file changed
README.md
@@ -18,8 +18,8 @@ In the file where you want to use the category, be sure to import the file.
18
19
Call the method `setImageWithString:color:` on any `UIImageView` instance to set the image.
20
21
-The string will be interpreted as a name, and will use the initials of the first and last word in the string provided
22
-If a color is not provided, a random color will be generated.
+`string` is the string used to generate the initials. This should be a user's full name if available
+`color` is an optional paramter sets the background of the image. If not provided, a random color will be generated
23
24
### License
25
0 commit comments