Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions Sources/Formworks/Design System/ComponentSpec.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// ComponentSpec.swift
//
//
// Created by Artur Carneiro on 02/10/20.
//

import UIKit

/// Used to specificate the components settings.
Expand Down
7 changes: 0 additions & 7 deletions Sources/Formworks/Design System/FWStyle.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// FWStyle.swift
//
//
// Created by Cassia Aparecida Barbosa on 29/10/20.
//

import Foundation

/// The form's color style.
Expand Down
7 changes: 0 additions & 7 deletions Sources/Formworks/Design System/FWStyleSpecification.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// FWStyleSpecification.swift
//
//
// Created by Cassia Aparecida Barbosa on 29/10/20.
//

import UIKit

/// The custom color style specification.
Expand Down
7 changes: 0 additions & 7 deletions Sources/Formworks/Extensions/UIColor+Extension.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// UIColor+Extension.swift
//
//
// Created by Victor Falcetta do Nascimento on 01/10/20.
//

import UIKit

extension UIColor {
Expand Down
7 changes: 0 additions & 7 deletions Sources/Formworks/Extensions/UIFont+Extension.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// UIFont+Extension.swift
//
//
// Created by Artur Carneiro on 02/10/20.
//

import UIKit

extension UIFont {
Expand Down
7 changes: 0 additions & 7 deletions Sources/Formworks/Extensions/UIViewController+Extension.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// UIViewController+Extension.swift
// SampleMacro
//
// Created by Rafael Galdino on 18/11/20.
//

import UIKit

extension UIViewController {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// FWComponentCell.swift
//
//
// Created by Artur Carneiro on 13/10/20.
//

import UIKit

/// Protocol specifying the component's cell view implementation.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// FWComponentData.swift
//
//
// Created by Cassia Aparecida Barbosa on 02/10/20.
//

import Foundation

/// Protocol specifying a component's data structure.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// FWDecodedComponentModel.swift
//
//
// Created by Victor Falcetta do Nascimento on 03/11/20.
//

import Foundation

/// Data structure for components being decoded.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// FWComponentViewModel.swift
//
//
// Created by Edgar Sgroi on 15/10/20.
//

import Foundation

/// Protocol specifying the component's data structure.
Expand Down
7 changes: 0 additions & 7 deletions Sources/Formworks/FWComponents/FWFields/FWLabel.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// FWLabel.swift
//
//
// Created by Artur Carneiro on 02/10/20.
//

import UIKit

/// `Formworks` custom `UILabel` implementation
Expand Down
7 changes: 0 additions & 7 deletions Sources/Formworks/FWComponents/FWFields/FWTextField.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// FWTextField.swift
//
//
// Created by Artur Carneiro on 02/10/20.
//

import UIKit

/// `Formworks` custom `UITextField` implementation
Expand Down
7 changes: 0 additions & 7 deletions Sources/Formworks/FWComponents/FWFields/FWTextView.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// FWTextView.swift
//
//
// Created by Rafael Galdino on 23/11/20.
//

import UIKit

/// `Formworks` custom `UITextView` implementation
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// FWMultilineComponentView.swift
//
//
// Created by Rafael Galdino on 23/11/20.
//

import UIKit

/// Visual representation for the multiline component. Subclasses `UITableViewCell`.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// FWMultilineComponentViewModel.swift
//
//
// Created by Rafael Galdino on 23/11/20.
//

import Foundation

// MARK: Protocol-Delegate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// FWTextComponentView.swift
//
//
// Created by Victor Falcetta do Nascimento on 05/11/20.
//

import UIKit

/// Visual representation for the multiline component. Subclasses `UITableViewCell`.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// FWTextComponentViewModel.swift
//
//
// Created by Victor Falcetta do Nascimento on 09/11/20.
//

import Foundation

// MARK: Protocol-Delegate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// FWSingleLineModel.swift
//
//
// Created by Victor Falcetta do Nascimento on 03/11/20.
//

import Foundation

/// A text component data struct. Title is the only required value for initialising.
Expand Down
7 changes: 0 additions & 7 deletions Sources/Formworks/FWForm/FWFormModel.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// FWFormModel.swift
//
//
// Created by Cassia Aparecida Barbosa on 02/10/20.
//

import Foundation

/// Data structure for the form.
Expand Down
6 changes: 0 additions & 6 deletions Sources/Formworks/FWForm/FWFormViewController.swift
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
//
// FWFormController.swift
//
//
// Created by Artur Carneiro on 29/09/20.
//
import UIKit

// MARK: Protocol-Delegate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// FWFormViewModel.swift
//
//
// Created by Cassia Aparecida Barbosa on 07/10/20.
//

import Foundation

// MARK: Protocol-delegate
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// FWFormViewModelError.swift
//
//
// Created by Artur Carneiro on 13/11/20.
//

import Foundation

/// Possible errors when interacting with `FWFormViewModel`.
Expand Down
7 changes: 0 additions & 7 deletions Sources/Formworks/FWForm/FWFormViews/FWDismissHeader.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// DismissHFWDismissHeadereader.swift
//
//
// Created by Cassia Aparecida Barbosa on 16/11/20.
//

import UIKit
final class FWDismissHeader: UITableViewHeaderFooterView {

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// FWFormCollectionCell.swift
//
//
// Created by Victor Falcetta do Nascimento on 30/09/20.
//

import UIKit

/// A representation of a `Formworks` `UITableViewCell`'s cell.
Expand Down
7 changes: 0 additions & 7 deletions Sources/Formworks/FWSnapshots/FWComponentSnapshot.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// FWComponentSnapshot.swift
//
//
// Created by Cassia Aparecida Barbosa on 16/10/20.
//

import Foundation

/// Protocol specifying the characteristics of a component snapshot.
Expand Down
7 changes: 0 additions & 7 deletions Sources/Formworks/FWSnapshots/FWFormSnapshot.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// FWFormSnapshot.swift
//
//
// Created by Cassia Aparecida Barbosa on 16/10/20.
//

import Foundation

/// Form response data structure.
Expand Down
7 changes: 0 additions & 7 deletions Sources/Formworks/FWSnapshots/FWTextComponentSnapshot.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// FWTextComponentSnapshot.swift
//
//
// Created by Artur Carneiro on 10/11/20.
//

import Foundation

/// Snapshot of the information of a text component.
Expand Down
7 changes: 0 additions & 7 deletions Sources/Formworks/Form Generation/FWConfiguration.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// FWConfiguration.swift
//
//
// Created by Cassia Aparecida Barbosa on 29/10/20.
//

import Foundation

/// The configuration used to create a form.
Expand Down
7 changes: 0 additions & 7 deletions Sources/Formworks/JSON Decoder/FWJSON.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// FWJSONDecoder.swift
//
//
// Created by Victor Falcetta do Nascimento on 05/10/20.
//

import Foundation

/// This class is reponsible to get the JSON and transform in data.
Expand Down
7 changes: 0 additions & 7 deletions Sources/Formworks/Property Wrappers/ManualLayout.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// ManualLayout.swift
//
//
// Created by Artur Carneiro on 28/09/20.
//

import UIKit

/**
Expand Down
7 changes: 0 additions & 7 deletions Sources/Formworks/Validators/FWRegexValidator.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// FWRegexValidator.swift
//
//
// Created by Edgar Sgroi on 29/10/20.
//

import Foundation

// MARK: FWRegex
Expand Down
7 changes: 0 additions & 7 deletions Sources/Formworks/Validators/FWValidator.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// FWValidator.swift
//
//
// Created by Artur Carneiro on 09/10/20.
//

import Foundation

/// A protocol that every validator class need to conform to validate components.
Expand Down
Loading