iPhone Development
For the best iPhone & iPad App Development with Custom UI, Quality code, Tips, Sample code and more.
Pages
Home
iOS (Object C) Tip
Friday, September 30, 2011
How to create custom 'init' method in Objective C
- (
id
)init
{
if
(
self
= [
super
init
]) {
//you can implement custom class here
}
return
self
;
}
Newer Post
Older Post
Home