以下のコードを試してみましたが、ボタンのサイズは同じままです
UIButton * pInfoButton = [UIButton buttonWithType:UIButtonTypeInfoLight];
[pInfoButton setFrame:CGRectMake(100,100, 80, 80)];
[pInfoButton setBounds:CGRectMake(0, 0, 80, 80)];
[self.view addSubview:pInfoButton];
サイズを大きくする方法を教えてください、よろしくお願いします