Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tableview outlet does not appear in IB? #22

Open
jerrywalton opened this issue May 1, 2023 · 0 comments
Open

tableview outlet does not appear in IB? #22

jerrywalton opened this issue May 1, 2023 · 0 comments

Comments

@jerrywalton
Copy link

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 ????

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant