Fix naming
This commit is contained in:
parent
5fc4625bf6
commit
a524ff7855
|
|
@ -288,8 +288,8 @@ private extension UIView {
|
|||
}
|
||||
}
|
||||
|
||||
public extension CustomizableButtonView {
|
||||
struct Appearance {
|
||||
extension CustomizableButtonView {
|
||||
public struct Appearance {
|
||||
|
||||
public var buttonFont: UIFont
|
||||
public var buttonStateAttributtedTitles: [UIControl.State: NSAttributedString]
|
||||
|
|
@ -329,7 +329,7 @@ public extension CustomizableButtonView {
|
|||
}
|
||||
}
|
||||
|
||||
enum SpinnerPosition {
|
||||
public enum SpinnerPosition {
|
||||
case center
|
||||
case leftToText(offset: CGFloat)
|
||||
case rightToText(offset: CGFloat)
|
||||
|
|
|
|||
|
|
@ -61,11 +61,11 @@ public extension PaginationWrapperUIDelegate {
|
|||
return 44
|
||||
}
|
||||
|
||||
func footerRetryButtonWillAppear() {
|
||||
func footerRetryViewWillAppear() {
|
||||
// by default - nothing will happen
|
||||
}
|
||||
|
||||
func footerRetryButtonWillDisappear() {
|
||||
func footerRetryViewWillDisappear() {
|
||||
// by default - nothing will happen
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue