我有一个 UIViewController 有很多方法,因此我想把它分成单独的类,让我的代码更有条理。我想知道是否可以放置
-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
{
// code
}
单独的类上的方法。
我有一个 UIViewController 有很多方法,因此我想把它分成单独的类,让我的代码更有条理。我想知道是否可以放置
-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event
{
// code
}
单独的类上的方法。