.h で @property を実行する代わりに、.m でプライベート要素を宣言することをお勧めしますか?
そして、もしよろしければ、これらの要素は と見なされweak
ますか?
例: (.m の上部)
@implementation ParticipantMaterials{
UIImageView *imgBackground;
UILabel *lblTitle;
UITableView *tvTableContent;
NSMutableDictionary *tblElements;
}