souvickcse / TinderUserProfile

Tinder/Bumble like user image with user details scroll animation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Objective-C 99.2%Language:Ruby 0.8%