Skip to content

deveshnema/Dater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Dater

An iOS (Swift 4) Tinder style dating App

(Recreating the design style only to enhance the learning experience)

Detail

  • The App contains three main MVCs - login page/guide, swipeable profiles VC and the profile settings VC

  • Scrollable login-guide view

    • Shown at the startup (gives users details on what the app is about)
    • Facebook login button for user sign-in
  • Main view contains Card-style views of potential user profiles

    • Profiles swipeable via left or right swipes
    • As user swipes the profile left or right, a text indicating whether you are liking or passing the image shows up on the swiped profile
    • With the swipe gesture, the swiped profile also rotates
    • If the swipe goes too far to the left or right, the profile is automatically animated off the screen
    • A new profile appears once the current profile has been swiped off the screen
  • Profile settings view contains

    • Profile images grid view
    • About-me description and distance preferences
  • Extensive use of UICollectionView

Technology

  • Swift 4

Cocoapods/Frameworks

  • FBSDKLoginKit

Screenshots

Login Guide Page 1: login1_iphonexspacegrey_portrait Login Guide Page 2: login2_iphonexspacegrey_portrait Login Guide Page 3: login3_iphonexspacegrey_portrait Facebook login: login4_iphonexspacegrey_portrait Potential Profiles: swipe1_iphonexspacegrey_portrait Like Swipe: swipe2_iphonexspacegrey_portrait Pass Swipe: swipe3_iphonexspacegrey_portrait Profile Settings: settings_iphonexspacegrey_portrait

About

An iOS (Swift 4) Tinder style dating App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages