I just created a new view controller for my iphone app.
The view controller is triggered when user tap down a button.
The designated initializer for view controller is the default (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil.
I would an initializer like initWithID:(NSInteger)id but how to call the designated initializer?