ios - @ notation in Objective-C? -
this question has answer here:
- what @ symbol represent in objective-c? 4 answers
what meaning of @
notation in objective-c
? ex: self.splitviewcontroller.viewcontrollers = @[masternavigationcontroller, detailnavigationcontroller];
these literals
may use since apple llvm compiler 4.0 / clang v3.1. detailed overview, see objective-c literals.
Comments
Post a Comment