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
For example, UITableViewDataSource is a private class and a public protocol, so I assume what happens is the protocol gets dumped and then is overwritten when the class gets dumped, and the class dumped file attempts to import the protocol, which means the class will import itself.
Was this overlooked or is this behavior defined somewhere? And if so, why does the class still import itself...
The text was updated successfully, but these errors were encountered:
For example,
UITableViewDataSource
is a private class and a public protocol, so I assume what happens is the protocol gets dumped and then is overwritten when the class gets dumped, and the class dumped file attempts to import the protocol, which means the class will import itself.Was this overlooked or is this behavior defined somewhere? And if so, why does the class still import itself...
The text was updated successfully, but these errors were encountered: