Skip to content

Commit

Permalink
imageFixSize -> imageFixedSize
Browse files Browse the repository at this point in the history
  • Loading branch information
vnamnh70 committed Aug 22, 2021
1 parent 28ae3fc commit 2fc7534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NKButton/Classes/NKButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ open class NKButton: UIButton {
}

/** Fixed size of imageView, set zero to width or height to disable */
open var imageFixSize: CGSize {
open var imageFixedSize: CGSize {
get {imageFrameLayout.fixedSize }
set {
imageFrameLayout.fixedSize = newValue
Expand Down

0 comments on commit 2fc7534

Please sign in to comment.