xmartlabs/Eureka

Contents under navigation bar

imWildCat opened this issue · 4 comments

Code:

        form +++= Section() { section in
//            section.header = HeaderFooterView<UIView>(.Class)
//            section.header?.height = { 65 + 32 } // Only by doing this can fix the problem
            }
            <<< LabelRow() { label in
                label.title = "Title"
        }

screenflow

@imWildCat
Which is the iOS sdk version? Are you using storyboards? or FormViewController was created programatically?

@mtnbarreto Sorry, I forgot to mention the details.

  • iOS SDK: 9.1
  • Using storyboard: Yes
  • Xcode: 7.1.1
  • System: 10.11.1

Thanks,
Could you please make sure that the table view IBOutlet and UITableview constraints are properly set up? It seems to me that this has nothing to do with Eureka.

Thank you very much.

I followed the storyboard of examples and fixed it.