1.I don't like to use any third party framework to do it,only constraint is there any possibility ?
Ok what i was tried :)
use the constraints IBOutlet i need to update it..
-(void)keyboardDidShow:(NSNotification*)aNotification{
NSDictionary* info = [aNotification userInfo];
double animationduration =[info[UIKeyboardAnimationDurationUserInfoKey] doubleValue];
CGRect keyboardEndFrame =[info[UIKeyboardFrameEndUserInfoKey] CGRectValue];
NSLog(@"this is user info notification keyboard did show==%@",info);
}
guide me friends to achieve this :)