Hi,
I have done line by line based on your example files. Even imported the Nib file for PopDateViewController.xib
In the ViewController I have got about 4 different text fields whichever I tab the pop over shows up. When I checked the textFieldShouldBeginEditing the textField is the same one every time. Even I set up tag and check based on the textfield tag, still textfield and myTextfield tag are exactly the same no matter what other text field has been tapped.
Can you shed a light on this?