PopUpViewcontroller use retained property variable

when using PopUpViewcontroller, make sure the variable you assign to it has property strong so that it doesn’t get released.

Else, you’ll get a EXE_ACCESS error.

Notice below of self.singleColPickerPopup: