////表格数据源方法 //-(UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexP...
#import "DataManager.h" #import "AppDelegate.h" @interfaceDataManager(){ //声明一个AppDel...
-(CGFloat)tableView:(UITableView*)tableView heightForHeaderInSection:(NSInteger)section...
#import "AFHTTPSessionManager.h" -(void)setNav{ //添加数据请求管理对象 AFHTTPSessionManager *...
-(void)createSCNav{ //创建视图控制器 TouTiaoViewController * toutiao = [[TouTiaoViewContro...
@objcfuncAdd1() { self.navigationController?.popViewController(animated:true) N...
//导航条 let vc = ViewController() letnav =UINavigationController(rootViewController: ...