You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exception thrown by the system should be avoidable by checking if the .xib file exists before trying to load it. Otherwise, if you set a breakpoint for all exceptions, it will break every time cell size manager tries to load a prototype cell that doesn't have a xib.
The text was updated successfully, but these errors were encountered:
On this line: https://github.com/Raizlabs/RZCellSizeManager/blob/develop/RZCellSizeManager/RZCellSizeManager.m#L446
The exception thrown by the system should be avoidable by checking if the
.xib
file exists before trying to load it. Otherwise, if you set a breakpoint for all exceptions, it will break every time cell size manager tries to load a prototype cell that doesn't have a xib.The text was updated successfully, but these errors were encountered: