Basics of Objective c

Store Textfield Text in Array :


[_dataSaveArray addObject:_dataTF.text];

Store imageView image in Array :

[_imageSaveArray addObject:_imageV.image];

Goto Previous View Controller:

[self.navigationController popViewControllerAnimated:YES];


Previous
Next Post »