iOS左滑菜單欄(上傳者:lying555)
一個左滑菜單的Demo
使用辦法:
import "MenuView.h" //傳入需要右滑的view:DependencyView,以及左側的菜單view:MenuView MenuView *menu = [MenuView MenuViewWithDependencyView:self.view MenuView:menuView isShowCoverView:YES]; //MenuView *menu = [[MenuView alloc]initWithDependencyView:self.view MenuView:menuView isShowCoverView:NO]; self.menu = menu; 除了滑動展開和關閉菜單外,其他打開關閉方法: //展開菜單欄 [self.menu show]; //關閉菜單欄 [self.menu hidenWithAnimation];
UItableViewCell 自適應 (SDAutoLayout)(上傳者:ggq)
使用SDAutoLayout 自適應UITableViewCell 自適應, Cell上需要展示三個屬性右側圖片,titleLabel, textLabel, timeLabel. 四個屬性, 需要自適應的label為 textLabel1, 白 糗事百科的數據接口封裝在model中 然後添加在數據中, 把需要自適應的數據 model.content添加到數組中. 讓後通過該SDAutoLayout實現自適應.