PickerView in iOSKit not displaying?

Hi, I tried to use the PickerView which is from the iOSKit that Jason made available to download. But for some reason when I drag it inside the UI from Library and then try to run it, nothing gets shown.

Anyone else encountering this problem?

Are you using the AddColumn method of the PickerView to add data to the control?

I figured it out. Turns out it’s not displaying the data when I put the AddColumn method in Open event. It does show the data in Constructor method. Strange.

Is it in a container control?
iOS container controls have a bug where the open event isn’t fired. Using constructor is the solution