Sherlock Yao
Results
2
issues of
Sherlock Yao
the new added sample: method will return an array of random elements with the given count parameter
just saw these two lines code in the method (presentListInterfaceFromWindow:) of file VTDListWireframe.m and wondering will it cause the reference cycle problem ? ``` listViewController.eventHandler = self.listPresenter; self.listPresenter.userInterface = listViewController;...