Tell me, I just can’t understand how the table is implemented in VKApp iOS messages 
- 2various custom contentViews added via cell.contentView.addSubview (myCustomContentView). type base class: VKMediaContentView <- >> VKPhotoContentView, VKMultiPhotoContentVIew, VKVideoContentView, VKLocationContentView and so on. Accordingly, the whole thing is analyzed (perhaps on the fly, perhaps in advance, the cell height is calculated exactly in advance) and put on cell.contentView - iFreeman jul
- thanks, now I understand how to do - DaskOFF
- Look at VKsdk for ios, it is freely available and there should definitely be a realization of this) - Alexander Poshlyakov
|