All Projects → souvickcse → TinderUserProfile

souvickcse / TinderUserProfile

Licence: Apache-2.0 license
Tinder/Bumble like user image with user details scroll animation

Programming Languages

objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to TinderUserProfile

Datingapp
Dating UI kit is used for online meet up with girls and boys . The screen contains more than 30 icons and most of all required elements required to design an application like this. The XML and JAVA files contains comments at each and every point for easy understanding. Everything was made with a detail oriented style and followed by today's web trends. Clean coded & Layers are well-organized, carefully named, and grouped.
Stars: ✭ 97 (+361.9%)
Mutual labels:  profile, tinder
JayantGoel001
JayantGoel001's profile with 74 stars ⭐ and 91 forks 🎉.
Stars: ✭ 74 (+252.38%)
Mutual labels:  profile
neko-box
😺 Pinnable dynamic Gist with your latest AniList activity.
Stars: ✭ 25 (+19.05%)
Mutual labels:  profile
golden
a benchmark for compile-time and/or runtime Nim 🏆
Stars: ✭ 28 (+33.33%)
Mutual labels:  profile
MaterialDesignSymbolObjC
Icon font library for Objective C. Currently supports GoogleMaterialDesignIcons
Stars: ✭ 18 (-14.29%)
Mutual labels:  objectivec
Coordinate-Cat
🟢 [Running] Please don't fork it. using lowlighter/metrics to retrieve and display information from github. Check the information in the tool author repository or raw.
Stars: ✭ 59 (+180.95%)
Mutual labels:  profile
Dotfiles
😈 Vim, git, zsh, tmux, and other goodies.
Stars: ✭ 240 (+1042.86%)
Mutual labels:  profile
Saikai
Saikai - (Resume in Japanese) is a web platform for management resume submissions. Developer web: https://saikai-develop.web.app/ ****** LIVE WEBSITE: https://saikai.me
Stars: ✭ 17 (-19.05%)
Mutual labels:  profile
roove
Dating app based on firebase services and facebook login. MVVM-Kotlin-RxJava-Dagger-Databinding
Stars: ✭ 55 (+161.9%)
Mutual labels:  tinder
youyou
Edit and create FHIR profiles with a shiny interface ✨
Stars: ✭ 13 (-38.1%)
Mutual labels:  profile
profiler
Continuous profiling based on pprof
Stars: ✭ 221 (+952.38%)
Mutual labels:  profile
kikder-dating-swipe-app
❤️ Kik App, you know? 💑 Kikder™ is a dating webapp that integrates the Kik, uses the HorOrNot game and the Tinder swipe. The F.A.S.T. Game Approach! The web app uses a custom lightweight MVC framework.
Stars: ✭ 21 (+0%)
Mutual labels:  tinder
lowlighter
🦑 A GitHub profile auto-generated with metrics, starred topics, an isometric contribution calendar, suggested music tracks, website performances, most used languages, etc. !
Stars: ✭ 161 (+666.67%)
Mutual labels:  profile
discord.bio
🚀 A powerful Node.js wrapper of https://discords.com/bio
Stars: ✭ 15 (-28.57%)
Mutual labels:  profile
lucasgdb
Template para o perfil do Github. "Github Profile Intro" ❤️
Stars: ✭ 52 (+147.62%)
Mutual labels:  profile
Csaguzzlebundle
A bundle integrating Guzzle >=4.0 in Symfony
Stars: ✭ 248 (+1080.95%)
Mutual labels:  profile
LeetCode-Stats-Card
Show your dynamically generated LeetCode stats on your GitHub profile or your website!
Stars: ✭ 207 (+885.71%)
Mutual labels:  profile
Bee-Connect
Ruby on Rails App. A good example of how to build social networking system with live chat support, blogging,groups etc.
Stars: ✭ 30 (+42.86%)
Mutual labels:  profile
milaan9
No description or website provided.
Stars: ✭ 190 (+804.76%)
Mutual labels:  profile
material-about
An about screen to use in your Mobile apps.
Stars: ✭ 37 (+76.19%)
Mutual labels:  profile

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].