william
william
-(void) navigationTo:(NSString _) targetView{ JHSLuaViewController_ c = [[JHSLuaViewController alloc] initWithSource:targetView]; [self.navigationController pushViewController:c animated:YES]; }
很多场景下是要修复生命周期内的代码,这种情况下势必要 call 父类的方法比如 [super viewDidLoad]等等
错误信息: "The data couldn’t be read because it isn’t in the correct format." 是不是参数已经改了?
when i open the { #define _7Z_VOL } in the 7zHeader.h, i got some error, can you help me to fix the error, i want to make 7z multi-volume archives...