Skip to content

istsest/BeastComponents

Repository files navigation

Beast Components

  • UI components for iOS by beasts.
  • Language: Swift 3.0
  • Minimum required iOS version: 9.0

Components

  • Beast Cover Flow View
  • Beast Rating Bar

Beast Cover Flow View

  • Cover-flow style view.
  • Very similar interfaces with UITableView or UICollectionView.
  • Transitions for navigating or presenting and dismissing detail page view.

Demo Video

Beast Cover Flow Demo Video

Example

Cover Flow View Example

Beast Rating Bar

  • Rating bar view with stars.
  • You don't have to use image for stars.
  • It uses vector and scakes by view size.

Demo Video

Beast Rating Bar Demo Video

Example

Rating Bar Example

How to use

NOTE

  • The podspec is working with Ruby 2.3.0, so need to install it
  • Newer version of OSX deprecated OpenSSL, so need to install OpenSSL before ruby. Use following command when install ruby with rvm: rvm reinstall 2.3.0 --with-openssl-dir=`brew --prefix openssl`
    • I assume that OpenSSL is installed with brew, if not you have to specify the directory.