Search This Blog
Thursday, 30 June 2016
Wednesday, 29 June 2016
Tuesday, 28 June 2016
Objective-C Tokens
Objective-C tokens
[1]
Semicolon :
(;) it is used for terminate statement.
(;) it is used for terminate statement.
[2]Comments
/* Comment */
[3]
Identifiers
:Variables as like c language
[4]Keywords
auto
|
|||
break
|
|||
case
|
|||
char
|
|||
const
|
|||
continue
|
|||
default
|
|||
do
|
|||
double
|
|||
NSObject
|
|||
property
|
|||
weak
|
switch
| ||||||||||||||||||||||||||||||||||||
typedef
| ||||||||||||||||||||||||||||||||||||
union
| ||||||||||||||||||||||||||||||||||||
unsigned
| ||||||||||||||||||||||||||||||||||||
void
| ||||||||||||||||||||||||||||||||||||
volatile
| ||||||||||||||||||||||||||||||||||||
while
| ||||||||||||||||||||||||||||||||||||
_Packed
| ||||||||||||||||||||||||||||||||||||
implementation
| ||||||||||||||||||||||||||||||||||||
CGFloat
| ||||||||||||||||||||||||||||||||||||
strong
| ||||||||||||||||||||||||||||||||||||
readonly
|
[5] whitespace
in objective c
Blank line is a line
containing only whitespace, possibly with a comment, and which is ignores .
Monday, 27 June 2016
File Extension
Objective-C source code files have .m filename extensions, while Objective-C 'header/interface' files have .h extensions. Objective-C++ files have .mm extension.
Introduction to Objective-C
Introduction
Objective-C is is developed on the top of C language with the adding small talk programming language make it an object oriented language . it is used in development of iOS application.
Objective-C was developed bt NeXT for its NeXTSTEP OS from whome it was taken by Apple.
Subscribe to:
Posts (Atom)