I am trying to create calendar UIView that will look similar on any device. To archieve this I thought why not to use this live preview option in Xcode, but when I add view to IB and set class to MyCalendar live preview does not render anything. I tried simple things like setting background color in xib and this color does not appear, but when I add simple UIView without any class and set color, live preview works for this view.
To be specific I have 3 xib files. 1 for main collectionView 1 for collectionView header and 1 for cell.
When I am in cell or header xib live preview works, but I need to inspect collection view and how it will work after cell will be added. Is this possible using live preview?