Skip to content

Kharauzov/CardsHolder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swift Platform License

Sense

I created this project to demonstrate the power of child view controllers in iOS development. But in order to avoid boring and simple interfaces in this concept, I was using interactive views and custom transitions 😎 Please check attached video below, demonstrating how it works.

  • This project contains only pure Swift❤️
  • No third-party frameworks and Pods.

I wrote an article on Medium about child view controllers. You can find some code explanations from this project in that article too.

Here is a shot on Dribbble.

Presentation

Key things:

  1. UIPanGestureRecognizer for dragging cards.
  2. CADisplayLink for accurate observing of frames changes in animations.
  3. UIView.animate{} blocks for most of the animations.
  4. CABasicAnimation for shadow layer.
  5. UIViewControllerTransitioningDelegate for custom transition to Details scene.
  6. All UI is made programmatically, thus it’s reusable. No xibs, no storyboards.

Structure of the screen

Here is a structure of main screen.
ProfileViewController - as a parent view controller, subclassed from CardsHolderViewController. It contains such child view controllers:

  1. ProfileShortInfoViewController (top part of the screen)
  2. ProfileActivityViewController (activity card)
  3. RecommendationsViewController (recommended card)

If you open recommended card, there will be such state for the screen:
Fully visible RecommendationsViewController, that contains tableView with cells, each of which holds child view controller subclassed from RecommendationsSliderViewController.

Feedback

If you have any questions or suggestions, feel free to open issue just at this project.

License

CardsHolder and all its classes are available under the MIT license. See the LICENSE file for more info.

Releases

No releases published

Packages

No packages published

Languages