TheGreatWall icon indicating copy to clipboard operation
TheGreatWall copied to clipboard

Using MVVM to tackle complicated feed view

Results 3 TheGreatWall issues
Sort by recently updated
recently updated
newest added

謝謝你的分享 請問點選cell的問題 sample中的cellPressed在prepareForReuse中設定 viewModel?.cellPressed = nil, 滑動tableview時觸發 prepareForReuse後,點選cell就呼叫不到, viewModel?.cellPressed = nil 拿掉這行即正常。但是否會造成 retain cycle? 請問是什麼問題呢?謝謝

Hi @koromiko, great tutorial. I am wondering how we can pass ViewController instance to FeedListController. In many occasion, we need to push a viewController on didSelect. How can I achieve...