Skip to content

tableview outlet does not appear in IB? #22

Description

@jerrywalton

latest release

using Eureka via SPM

using this view controller code ...

import UIKit
import Eureka

class ClientVC: FormViewController {
override func viewDidLoad() {
super.viewDidLoad()

    title = "Add Client"
    
    form +++ Section()
    <<< TextRow(){ row in
        row.title = "Name"
    }
    <<< DateRow(){
        $0.title = "Birthdate"
        $0.value = Date()
    }
}

}

in Main.storyboard, attempting to add a table view and connect the outlet to FormViewController ?????

but outlet is NOT available in IB ????

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions