i have a list and i would like to add the list to the picker
how do i do it?
list has 5 items (item1, item2,...)
i want to show them on the picker but get error:
i have seen the example of CoordinatesCalc where the picker is used but cannot understand how to do it...
how do i do it?
list has 5 items (item1, item2,...)
i want to show them on the picker but get error:
"Copying updated assets files (11) Application_Start Application_Active Error occurred on line: 107 (main) *** -[__NSArrayM objectAtIndex:]: index 0 beyond bounds for empty array Stack Trace: ( CoreFoundation <redacted> + 154 libobjc.A.dylib objc_exception_throw + 38 CoreFoundation <redacted> + 230 UIKit <redacted> + 58 Working Time -[B4IPickerWrapper SetItems::] + 446 Working Time -[b4i_main _btn1_click] + 684 CoreFoundation <redacted> + 68 CoreFoundation <redacted> + 282 Working Time +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 1926 Working Time -[B4IShell runMethod:] + 496 Working Time -[B4IShell raiseEventImpl:method:args::] + 1846 Working Time -[B4IShellBI raiseEvent:eventarams:] + 1280 Working Time __33-[B4I raiseUIEvent:eventarams:]_block_invoke + 74 libdispatch.dylib <redacted> + 10 libdispatch.dylib <redacted> + 22 libdispatch.dylib <redacted> + 254 CoreFoundation <redacted> + 8 CoreFoundation <redacted> + 1300 CoreFoundation CFRunLoopRunSpecific + 522 CoreFoundation CFRunLoopRunInMode + 106 GraphicsServices GSEventRunModal + 138 UIKit UIApplicationMain + 1136 Working Time main + 116 libdyld.dylib <redacted> + 2 )"
i have seen the example of CoordinatesCalc where the picker is used but cannot understand how to do it...