Skip to content

Commit

Permalink
Remove IBDesignable
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeCiou committed Mar 26, 2018
1 parent 330db2f commit db2ba5d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Sources/JKCalendar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import UIKit
import JKInfinitePageView

@IBDesignable public class JKCalendar: UIView {
public class JKCalendar: UIView {

/**
A gregorian calendar
Expand Down Expand Up @@ -229,6 +229,16 @@ import JKInfinitePageView
setupCalendarView()
}

// public override func prepareForInterfaceBuilder() {
// super.prepareForInterfaceBuilder()
//// setupContentViewUI()
// setupIBDesignableTest()
// }
//
// func setupIBDesignableTest(){
// self.layer.cornerRadius = 20
// }

public override func layoutSubviews() {
super.layoutSubviews()

Expand Down

0 comments on commit db2ba5d

Please sign in to comment.