Is there a way to combine static tableview cells (static content) with dynamic tableview cells (prototype content) using storyboard?
You can always make one you your tableviews appear similar to the static table but define it in code. Set the sections, amount or rows per section, headers etc. through the delegate methods.