刪除本地消息,出現(xiàn)cell重用錯(cuò)誤。
reason: 'could not dequeue a view of kind: UICollectionElementKindCell with identifier ChatScreenCell - must register a nib or a class for the identifier or connect a prototype cell in a storyboard'
reason: 'could not dequeue a view of kind: UICollectionElementKindCell with identifier ChatScreenCell - must register a nib or a class for the identifier or connect a prototype cell in a storyboard'
2017-05-16
消息撤回部分,不僅能撤回自己的,長按接收到的消息,也會(huì)出現(xiàn)撤回,如何區(qū)分自己和別人的對(duì)話框啊
2017-03-27
最新回答 / 樹兒
宏一般是用于 設(shè)置使用量比較多的常量 可以清晰的一鍵改變多個(gè)位置的常量的數(shù)值。tag用于設(shè)定控件的標(biāo)識(shí),是唯一的定值,一般一個(gè)class類不要有tag重復(fù)就好了。當(dāng)然宏本來就是為了方便編碼,我自己感覺是沒必要,因?yàn)閠ag一般是不會(huì)輕易改變的,當(dāng)然如果你開心,你就設(shè)置也是沒問題的。
2017-01-02