Why these 2 XIB files look different?
Yesterday, I create a XIB file. I was puzzled, because it looks different than what I created half a year ago.
- Rendered within a phone frame
- Has list of accessibility properties
It looks like
In contrast, the XIB I created half a year ago, it looks like
Both classes are UICollectionReusableView
I can't remember whether I have upgraded my XCode in between. I was wondering, do you have the same experience as I do?
Thanks.