Display user's initials to serve as either the placeholder or as the main profile picture view.
Gender-neutral alternative to placeholder images for your app users.
-
Import
“ProfilePicture.h”
-
Setup profilepicture using the below method:
-(void)loadUserImage:(id)image forUser:(NSString*)username;
- Customise:
@property (nonatomic, strong) UIFont * initialsFont;
@property (nonatomic, strong) UIColor * initialsColor;
@property (nonatomic, assign) CGFloat imageInset;
@property (nonatomic, assign) BOOL isSquare;
- ProfilePicture-Example