Popularity
1.2
Stable
Activity
0.0
Stable
22
4
7

Description

Tinder/Bumble like user image with user details scroll animation

Programming language: Objective-C
License: Apache License 2.0
Tags: Animation     iOS     Image     UI     Xcode     Objectivec     Objective C     Imageslide     Tinder     Userprofile    

TinderUserProfile alternatives and similar libraries

Based on the "Xcode" category.
Alternatively, view TinderUserProfile alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of TinderUserProfile or a related project?

Add another 'Xcode' Library

README

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.