Skip to content

Commit

Permalink
-Made withdivision public too
Browse files Browse the repository at this point in the history
  • Loading branch information
Esqarrouth authored and Goktug Yilmaz committed Nov 23, 2015
1 parent 90d3fd3 commit db8a4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EZLoadingActivity.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public struct EZLoadingActivity {
public static var FailText = "Failure"
public static var SuccessColor = UIColor(red: 68/255, green: 118/255, blue: 4/255, alpha: 1.0)
public static var FailColor = UIColor(red: 255/255, green: 75/255, blue: 56/255, alpha: 1.0)
static var WidthDivision: CGFloat {
public static var WidthDivision: CGFloat {
get {
if UIDevice.currentDevice().userInterfaceIdiom == UIUserInterfaceIdiom.Pad {
return 3.5
Expand Down

0 comments on commit db8a4bb

Please sign in to comment.