taglia3 / TGLParallaxCarousel

A lightweight 3D Linear Carousel with parallax effect
MIT License
436 stars 63 forks source link

elements on custom view are not visible #6

Closed hemant3370 closed 7 years ago

hemant3370 commented 7 years ago

`class CustomView: TGLParallaxCarouselItem {

// MARK: - outlets
@IBOutlet private weak var numberLabel: UILabel!
 @IBOutlet private weak var PlanName: UILabel!
// MARK: - properties
private var containerView: UIView!
private let nibName = "CustomView"

// @IBInspectable // var number: Int = 0 { // didSet{ // numberLabel.text = "(number)" // } // }

// MARK: - init
convenience init(frame: CGRect, plan: CompanyPaymentPlan) {
    self.init(frame: frame)
    numberLabel.text = String(plan.amount)
    PlanName.text = plan.name
}`
taglia3 commented 7 years ago

Hi,

could you give me some additional detail of the issue?