JSQMessagesViewControllerのballonの個数を設定するにはどうすればいいのだろうか?
-(NSInteger)collectionView:(UICollectionView *)collectionView numberOfItemsInSection:(NSInteger)section{
NSInteger recordCounts;
return recordCounts;
}これでバルーンの個数を設定することができた。常にテンパってます。
JSQMessagesViewControllerのballonの個数を設定するにはどうすればいいのだろうか?
-(NSInteger)collectionView:(UICollectionView *)collectionView numberOfItemsInSection:(NSInteger)section{
NSInteger recordCounts;
return recordCounts;
}これでバルーンの個数を設定することができた。
0 コメント:
コメントを投稿