You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to create a UIViewController that extends FormViewController and than use it in a storyboard. In the storyboard I can't find or access the UITableView. So I can't connect them.
class MyFormViewController: FormViewController {
...
}
However, if I look in the example when I download the Eureka library this works. What am I doing wrong?
The text was updated successfully, but these errors were encountered:
I try to create a UIViewController that extends FormViewController and than use it in a storyboard. In the storyboard I can't find or access the UITableView. So I can't connect them.
However, if I look in the example when I download the Eureka library this works. What am I doing wrong?
The text was updated successfully, but these errors were encountered: