Skip to content

Commit

Permalink
Renamed class
Browse files Browse the repository at this point in the history
  • Loading branch information
Minimistro32 committed Jan 5, 2022
1 parent 22847bf commit 0fffdc3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// FittableLabelRoot.swift
// FittableRootView.swift
//
//
// Created by Tyson_Freeze on 12/31/21.
Expand All @@ -8,7 +8,7 @@
import UIKit

/// A UIView subclass to give the FittableFontLabel package a root to recursively search for UILabels within.
open class FittableLabelRoot: UIView {
open class FittableRootView: UIView {

/// If true, this view and it's subviews will be searched for any UILabels with a fontSizeLinkIdentifier.
@IBInspectable public var searchView: Bool = true
Expand Down

0 comments on commit 0fffdc3

Please sign in to comment.