Skip to content

Commit

Permalink
remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ragaie committed Sep 8, 2019
1 parent a514bcd commit 7f49047
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions RatingBar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,11 @@
// Copyright © 2017 Ragaie alfy. All rights reserved.
//


//https://github.com/ragaie/RateBar.git

import UIKit




@IBDesignable open class RatingBar: UIView {


@IBOutlet weak var rate1: UIButton!

@IBOutlet weak var rate2: UIButton!
@IBOutlet weak var rate3: UIButton!

Expand All @@ -29,12 +21,6 @@ import UIKit

public var delegate : RatingBarDelegate!
public var rateValue : Int! = 0
// private var rateImage : UIImage! //= UIImage.init(named: "star3")
// private var halfrateImage : UIImage! //= UIImage.init(named: "star2")
//
// // private var unrateImage : UIImage! //= UIImage.init(named: "star1")
//
//
private var allRatingButton : [UIButton]! = []
@IBInspectable public var rateImage: UIImage?{
didSet {
Expand Down

0 comments on commit 7f49047

Please sign in to comment.