點擊cell顯示cell的細節

實現的功能:點擊cell顯示cell的詳細信息,再次點擊關閉cell的詳細信息。 #import <UIKit/UIKit.h> @interface MyCell : UITableViewCell { UILabel *lab_info; UILabel *lab_detailInfo; CGFloat normalHeight; } @property (retain,nonatomic)U
相關文章
相關標籤/搜索