You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`string` is the string used to generate the initials. This should be a user's full name if available.
39
39
40
40
`color` is an optional parameter that sets the background color of the image. Pass in `nil` to have a color automatically generated for you.
41
41
42
42
`isCircular` is a boolean parameter that will automatically clip the image to a circle if enabled.
43
43
44
-
`fontName` is a NSString that specifies a custom font. See all String Identifiers for built in iOS fonts[here](http://iosfonts.com).
44
+
`fontName` is a string that specifies a custom font. Pass in `nil` to use the system font by default. The list of provided font identifiers can be found[here](http://iosfonts.com).
0 commit comments