2015/04/19

[iOS][Objective-C]JSQMessagesViewControllerのballonの個数の設定

JSQMessagesViewControllerのballonの個数を設定するにはどうすればいいのだろうか?

-(NSInteger)collectionView:(UICollectionView *)collectionView numberOfItemsInSection:(NSInteger)section{
    NSInteger recordCounts;
    return recordCounts;
}
これでバルーンの個数を設定することができた。

0 コメント:

コメントを投稿