22

Changing UITableView style from Interface Builder (.xib file not storyboard) causes a crash on xCode 9. I think its an apple bug. But Is there anyone that found a solution ?

enter image description here

Nishant Bhindi
  • 2,242
  • 8
  • 21
Mehmet AKYOL
  • 1,666
  • 1
  • 12
  • 20

2 Answers2

3

This issue has been resolved in Xcode 9.1. Release not Xcode9.1

Refer this release note for detail.

You can download DMG/XIP file from this link.

Jayprakash Dubey
  • 35,723
  • 18
  • 170
  • 177
2

Open your xib file via editing the xml and replace: style="plain" => dataMode="prototypes" style="grouped"

anminhtu
  • 21
  • 2
  • dataMode is Storyboard spesific property. Did you try it on xib ? :) i will try later and i will inform about result. – Mehmet AKYOL Oct 24 '17 at 06:51