Hi Developer,
Simple tableviewCell and label as AttributedText.
set the Label to center
this will my Storyboard crash later..
Error from Xcode is ,could not opend Storyboard -1.
Solution is
now
remove this in xml file <paragraphStyle center />
or change it to Plain
and storyboard seems to be OK.
???????