fork download
  1. - (void)animationDidStop:(CAAnimation *)theAnimation finished:(BOOL)flag
  2. {
  3. if (YES == [theAnimation theAnimation:@"opacity"])
  4. {
  5. self.alayer.opacity = presentationLayer.opacity
  6. }
  7. }
  8.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.m:1:1: error: unknown type name 'CAAnimation'
prog.m:1:1: error: unknown type name 'BOOL'
prog.m:2:1: error: method definition not in @implementation context
prog.m:3:5: error: 'self' undeclared here (not in a function)
prog.m:3:27: error: 'presentationLayer' undeclared here (not in a function)
prog.m:4:1: error: expected ';' before '}' token
stdout
Standard output is empty