Skip to content

souvickcse/TinderUserProfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinderUserProfile

Tinder/Bumble like user image with user details scroll animation

ScreenRecroding

  • Add ProfileView.m,ProfileView.h class to your project.
  • Set the class of the UiView to ProfileView. You need to have PureLayout & SDWebImage.
  • Call to this to populate the image list: - (void)setUpImageViewWithImageArr:(NSArray *)arrImg userDetails:(NSDictionary *)userDetails;

arrImg have the list of the links of the images.

userDetails have the user details for showing in the user details part. Please check - (void)designUserProfile:(NSDictionary *)userDetails for modifing the key value of the dictionary and ui of the user details.

It is using PureLayout for adding autolayout. And SDWebImage for downloading the images.

About

Tinder/Bumble like user image with user details scroll animation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published