我是一個新的程序員....所以我想知道...我使用(表視圖,使用表格視圖或視圖和三個子視圖或使用標籤
或視圖和三個子視圖,或我用它的標籤)
用於生成按鈕點擊這個觀點....我做的一切......編程
CGRect cgRct = CGRectMake(0.0, 0.0, 480, 320); //define size and position of view
myView = [[UIView alloc] initWithFrame:cgRct]; //initilize the view
UITableView *table = [[UITableView alloc]initWithFrame:CGRectMake(4,80,312,325) style:UITableViewStylePlain];
[table setDataSource:self];
[table setDelegate:self];
我很困惑... :(提前
感謝
你的問題到底是什麼? – Wolfert
@Wolfert我希望視圖像上面的圖片.....按鈕點擊...請諮詢我...我使用(表視圖或子視圖)的那種最終鑑於... – GauravBoss
@Wolfert是這是三排(細胞與不同高度) – GauravBoss