Giter Club home page Giter Club logo

rateview's Introduction

RateView - iOS (Objective-C)

RateView is a UIView subclass that creates a customizable rating view containing rating stars in it. It fills out the stars in percentage fill manner. It can be used for -

  • displaying a rating for an item canRate = NO OR
  • actually provide user a chance to rate any product or item canRate = YES.

ARC is MUST

To use RateView, you must have ARC ON for your project or you'll be needed to compile RateView with -fobjc-arc flag under Build Phases - Compile Sources.

How To Use

Configuring RateView is as simple as :

RateView* rv = [RateView rateViewWithRating:3.7f];
[self.view addSubview:rv];

RateView takes it over from here.

  • It uses CoreGraphics Context to draw the Star shapes with transparent background and appropriately percent fills them by calculating the rating.
  • You should keep in mind to provide a rating between 0.0 to 5.0.

Properties

RateView comes with a property set for it's customization as needed :-

  • rating : Rating to be used with RateView (0.0f to 5.0f)

  • canRate : User can rate using rate view or not (Permission flag)

  • starNormalColor : Rating Star's backgroundColor

  • starFillColor : Rating Star's fillColor

  • starBorderColor : Rating Star's borderColor

  • starFillMode : Star Fill modes Horizontal, Vertical or Axial

  • starSize : starSize (width == height == size) in points

  • delegate : register in order to listen to rating changes

[UIColor colorWithPatternImage:] advantage

Given that UIColor is capable of color patterns handling made from images, 
RateView can be used to take advantage of this feature.

How It Looks

![Screenshot1] (https://raw.githubusercontent.com/taruntyagi697/RateView/master/Screenshots/Screenshot1.png) ![Screenshot2] (https://raw.githubusercontent.com/taruntyagi697/RateView/master/Screenshots/Screenshot2.png)

Demo App

Demo app includes almost all of the property usages through a pretty basic UITableView example.
You can go through it to see these in action at first.

rateview's People

Contributors

taruntyagi697 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.