Skip to content

Originally an Objective-C project, it was converted to Swift 4 as a straight forward yet complex coding example.

License

Notifications You must be signed in to change notification settings

TylerKuster/MeetAnotherTeam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Meet Another Team

Meet Another Team is a seemingly simple code test riddled with custom elements, subtle auto layout requirements, and commonly overlooked UX considerations.

Originally an Objective-C project, it was converted to Swift 4 as a straight forward yet complex coding example. The goal was to recreate the “Meet the Team” iOS application based on the (slightly modified) screenshots below. The app should allow the user to browse and learn about the team by scrolling through a list, and tapping anyone to learn more.

Screenshots

Custom Elements

Team View

  • Table View Cell - Custom font, color, image treatment, and disclosure arrow.
  • Lato - A commonly used Google Font which doesn’t come with the iPhone by default.
  • Text - Kerned.

Profile View

  • View styling - Code driven design made from two bezier paths which resizes fluidly without degradation.
  • Text - Justified and kerned.

Auto Layout Requirements

Team View

  • Custom disclosure arrow placement.

Profile View

  • Profile Image - Scales to fill the available space in the header when scrolling down but locks to the top of the screen when scrolling up and slides under the lower half.
  • Profile View - Dynamically sizes it’s height based on the contents/height of the ‘bio’ Text View.

UX Improvements

Team View

  • URL based images - A do-try-catch based function is used to request all images asynchronously without blocking the UI.

Profile View

  • UILabel clipping - Labels padded and offset to contain custom font descenders.
  • Profile Image - Scales to fill the available space in the header when scrolling down but slides under the lower half of the view when scrolling up.

About

Originally an Objective-C project, it was converted to Swift 4 as a straight forward yet complex coding example.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages